##// END OF EJS Templates
test jsonutil handling of dates
test jsonutil handling of dates

File last commit:

r3408:261328d5
r11151:e1340167
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *