Message270668
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. |
|
| Date |
User |
Action |
Args |
| 2016-07-17 23:52:01 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, eric.snow, m.nijland |
| 2016-07-17 23:52:01 | brett.cannon | set | messageid: <[email protected]> |
| 2016-07-17 23:52:01 | brett.cannon | link | issue27543 messages |
| 2016-07-17 23:52:01 | brett.cannon | create | |
|