##// END OF EJS Templates
Determine the shared object extension more robustly.
Determine the shared object extension more robustly.

File last commit:

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