##// END OF EJS Templates
Merge pull request #3163 from rkern/fix-empty-frozen-set-pretty...
Merge pull request #3163 from rkern/fix-empty-frozen-set-pretty Fix the set and frozenset pretty printer to handle the empty case correctly

File last commit:

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