##// END OF EJS Templates
Allow 'python setup.py install' to work correctly for either Python 2 or 3.
Allow 'python setup.py install' to work correctly for either Python 2 or 3.

File last commit:

r3408:261328d5
r4765:9b62327a
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *