##// END OF EJS Templates
Merge pull request #3973 from minrk/26nosuper...
Merge pull request #3973 from minrk/26nosuper logging.Formatter is not new-style in 2.6 add workaround and regression test

File last commit:

r3408:261328d5
r12108:b5edafe4 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 *