##// END OF EJS Templates
use app name on tornado log statements...
use app name on tornado log statements avoids mixture of 'tornado.access' and 'NotebookApp'

File last commit:

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