__init__.py
4 lines
| 85 B
| text/x-python
|
PythonLexer
Matthias BUSSONNIER
|
r8525 | try: | ||
from jsonschema import * | ||||
except ImportError : | ||||
from _jsonschema import * | ||||