##// END OF EJS Templates
remove monkey patch for older versions of tornado...
remove monkey patch for older versions of tornado Since we now depend on Tornado >= 3.1, this code path is no longer necessary

File last commit:

r10951:31998f30
r13339:37bf9323
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *