##// END OF EJS Templates
keep track of the sigint timer, and cancel it on a new prompt
r10383:251778c7
Show More
__init__.py
4 lines | 85 B | text/x-python | PythonLexer
try:
from jsonschema import *
except ImportError :
from _jsonschema import *