Message45913
Logged In: YES
user_id=341410
This "problem" will be fixed in Python 2.4 with the
introduction of absolute and relative import semantics as
given in PEP 328:
http://www.python.org/peps/pep-0328.html
As stated in the PEP, to use the obviously backwards
incompatible semantics, the future import will be used for
2.4 and 2.5, where in 2.6 it will become the default.
from __future__ import absolute_import
|
|
Date |
User |
Action |
Args |
2007-08-23 15:37:34 | admin | link | issue946373 messages |
2007-08-23 15:37:34 | admin | create | |
|