##// END OF EJS Templates
Convert parent handle to an int before setting environment variable...
Convert parent handle to an int before setting environment variable Should fix Windows & Python 2 test failures

File last commit:

r10951:31998f30
r19294:c928f4bc
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from path import *
except ImportError:
codebraker
Update __init__.py...
r10951 from ._path import *