Message270668
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, eric.snow, m.nijland, ncoghlan |
| Date | 2016-07-17.23:52:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1468799521.46.0.592334249172.issue27543@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1468799521.46.0.592334249172.issue27543@psf.upfronthosting.co.za> |
| 2016-07-17 23:52:01 | brett.cannon | link | issue27543 messages |
| 2016-07-17 23:52:01 | brett.cannon | create | |