##// END OF EJS Templates
update tornado dependency to 2.1...
update tornado dependency to 2.1 The notebook server will no longer try to launch with 2.0. Test imports and install doc updated to match.

File last commit:

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