Benjamin Peterson <benja...@python.org> added the comment:

The bug tracker is not really the correct forum for this. [See the
python-porting list.]

You will either have to change the code to use absolute from imports and
change the usage of the module in the code base (I would suggest this),
or hack it like this:

import fullpackage.subpack.mod
subpack = fullpackage.subpack

----------
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6129>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to