__init__.py
4 lines
| 72 B
| text/x-python
|
PythonLexer
Thomas Spura
|
r3408 | try: | ||
from guid import * | ||||
except ImportError: | ||||
from _guid import * | ||||