##// END OF EJS Templates
Final cleanup of kernelmanager...
Final cleanup of kernelmanager * Separated cleanup of connection file and ipc files * Removed periods

File last commit:

r8525:61ef7793
r9151:a8f2ab2a
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *