##// END OF EJS Templates
time(it) magic: More human readable time format for value >1min...
time(it) magic: More human readable time format for value >1min Signed-off-by: Jan Schulz <jasc@gmx.net>

File last commit:

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