##// 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:

r3408:261328d5
r9151:a8f2ab2a
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *