##// END OF EJS Templates
Refactor notebookapp __init__ method.
r10656:b41441fc
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *