##// END OF EJS Templates
Merge pull request #2884 from takluyver/relocate-parentpoller...
Merge pull request #2884 from takluyver/relocate-parentpoller Correct import for kernelmanager on Windows

File last commit:

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