##// END OF EJS Templates
fix and add shim for change introduce by #4195...
fix and add shim for change introduce by #4195 comm merging renamed object_info_request to object_info

File last commit:

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