##// END OF EJS Templates
Fixing bug in cleanup of ipc files and adding new to shutdown....
Fixing bug in cleanup of ipc files and adding new to shutdown. * ipc files were not being cleanup on a restart. * shutdown has a now argument that will call kill directly.

File last commit:

r8525:61ef7793
r9119:78e30b44
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *