Message318211
| Author | steve.dower |
|---|---|
| Recipients | docs@python, excitoon, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-05-30.21:45:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527716756.06.0.682650639539.issue33698@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If your ._pth includes `import site`, then including a blank line in a `anything.pth` file should add the entry. Alternatively, if you can add "import sys; sys.path.insert(0, '')" to the start of your code that depends on it you should be fine. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-30 21:45:56 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, docs@python, zach.ware, excitoon |
| 2018-05-30 21:45:56 | steve.dower | set | messageid: <1527716756.06.0.682650639539.issue33698@psf.upfronthosting.co.za> |
| 2018-05-30 21:45:56 | steve.dower | link | issue33698 messages |
| 2018-05-30 21:45:56 | steve.dower | create | |