__init__.py
4 lines
| 90 B
| text/x-python
|
PythonLexer
Thomas Spura
|
r3408 | try: | ||
from simplegeneric import * | ||||
except ImportError: | ||||
from _simplegeneric import * | ||||