##// 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:

r22722:622b6cfa
r24840:2c70fc62
Show More
codecov.yml
9 lines | 136 B | text/x-yaml | YamlLexer
coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%