Message318272
| Author | paul.moore |
|---|---|
| Recipients | docs@python, excitoon, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-05-31.09:02:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527757366.46.0.682650639539.issue33698@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You could add the line
import sys; sys.path.insert(0, '')
to a .pth file. The documentation you pointed out states that lines starting with "import" are executed... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-31 09:02:46 | paul.moore | set | recipients: + paul.moore, tim.golden, docs@python, zach.ware, steve.dower, excitoon |
| 2018-05-31 09:02:46 | paul.moore | set | messageid: <1527757366.46.0.682650639539.issue33698@psf.upfronthosting.co.za> |
| 2018-05-31 09:02:46 | paul.moore | link | issue33698 messages |
| 2018-05-31 09:02:46 | paul.moore | create | |