Message45925
Logged In: YES
user_id=341410
Absolute imports will also fix that. A bare "from
__future__ import absolute_imports;import email" will import
the email package, at the cost of changing the semantics of
relative imports. What is the problem? Why cannot it be
used? What in this entire problem is not solved by absolute
imports with its changed import semantic that already exists
in Python 2.4? |
|
Date |
User |
Action |
Args |
2007-08-23 15:37:35 | admin | link | issue946373 messages |
2007-08-23 15:37:35 | admin | create | |
|