Public imports

Márcio Faustino m.faustino at gmail.com
Mon Dec 8 13:29:08 EST 2008


So, no chance of doing this:

# "A.py"
from __future__ import division, with_statement

# "B.py"
from A import *
print 1 / 2

...and printing 0.5, right? Too bad :)
Thanks!



More information about the Python-list mailing list