ppperry added the comment:

This issue should really be split into (at least) four seperate issues.

The third problem (reloading relatively imported modules), can be done by doing 
`someclass = 
getattr(importlib.reload(sys.modules[someclass.__module__]),someclass.__name__)`.
 It also has nothing to do with relative imports, instead involving reloading 
the modules of classes imported using the `from ... import ...` statement.

----------
nosy: +ppperry

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

Reply via email to