##// END OF EJS Templates
fix a print statement for py3 in %px test
r7058:aa84e64f
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *