Message183894
| Author | lregebro |
|---|---|
| Recipients | lregebro |
| Date | 2013-03-10.20:22:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1362946974.63.0.419293411414.issue17393@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If you have a local folder (without an __init__.py, hence just a normal folder) with the same name as a non local module, the import statements of that module will assumed to be local and transformed from for example ``import datetime`` to ``from . import datetime``. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-10 20:22:54 | lregebro | set | recipients: + lregebro |
| 2013-03-10 20:22:54 | lregebro | set | messageid: <1362946974.63.0.419293411414.issue17393@psf.upfronthosting.co.za> |
| 2013-03-10 20:22:54 | lregebro | link | issue17393 messages |
| 2013-03-10 20:22:54 | lregebro | create | |