##// END OF EJS Templates
Merge pull request #3282 from minrk/mapgenerator...
Merge pull request #3282 from minrk/mapgenerator allow view.map to work with a few more things

File last commit:

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