mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 03:39:11 +08:00
158988d184
Python 3 requires using dot syntax for relative imports, otherwise the import is treated as an absolute import, i.e. an import of a module from outside of the project. By using dot syntax now, imports should be compatible with both Python 2.7 and Python 3.
4 lines
43 B
Python
4 lines
43 B
Python
from . import loader
|
|
|
|
__all__ = ['loader']
|