##// END OF EJS Templates
Merge pull request #3568 from minrk/pylab-no-import...
Merge pull request #3568 from minrk/pylab-no-import new %matplotlib magic, quieter %pylab magic %matplotlib is a magic which sets up integration but does no imports %pylab now is now as verbose about announcing itself.

File last commit:

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