##// END OF EJS Templates
Merge pull request #778 from minrk/execfile...
Merge pull request #778 from minrk/execfile don't override execfile on Python 2

File last commit:

r3408:261328d5
r4781:e8613d22 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *