__init__.py
4 lines
| 82 B
| text/x-python
|
PythonLexer
Thomas Spura
|
r3408 | try: | ||
from decorator import * | ||||
except ImportError: | ||||
from _decorator import * | ||||