##// END OF EJS Templates
Convert some test code to python2/3 (add parens for print)
r20926:24b23c80
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *