-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Jan 16, 2007, at 3:18 PM, Michael Bayer wrote:

it does not intend to, nor does it intend to export "types" which may
also be happening.  im not exactly sure how "logging" is getting into
the actual list of * exports.

I haven't looked at the sqlalchemy code but it definitely seems to be. I tracebacked when I tried to call logging.getLogger(). Does the top level module use an __all__?

but also, why are you using "import *" ?

Probably because I think that's what the tutorial uses, but yah, it strikes me as icky. It's also unnecessary -- it was easy enough to restrict that to just BoundMetaData and create_session at least for the one file that was biting me.

- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iQCVAwUBRa1VM3EjvBPtnXfVAQJyJAQAofML5ZmXIa3jYQyiwpVZCFst4VEHb6XY
WVJzCunGYSOYCDdJLyu94L6iFA24ZxRQ/8oQMPpEM0wmU41aj/Q7SzNYZ4YH00N7
su80iGU61WF9wVg0Nh8FNMZD9etwHvNoBNOHRuL8HrFoT2fu3MvO54gjyxBXOqsc
StKxCINh3no=
=Q9Ds
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to