Brett Cannon added the comment:

I'm not at a computer where I can verify what you're seeing, Marc,but I should 
mention that at least for Python 3 your imports are wrong as you should be 
doing relative imports, e.g. `from . import b as a`, otherwise the imports 
won't work unless you're accidentally executing Python from within the 
directory of the package.

----------

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

Reply via email to