##// END OF EJS Templates
add CWD to sys.path *after* stdlib...
add CWD to sys.path *after* stdlib this deviates from Python's own interactive behavior, but seems to avoid problems where folks create stdlib-names like `email.py`. They can still collide with packages, but that seems less common than generic names like `email` and `code`

File last commit:

r24611:9d883249
r24840:2c70fc62
Show More
readthedocs.yml
4 lines | 61 B | text/x-yaml | YamlLexer
conda:
file: docs/environment.yml
python:
version: 3