This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/larpe/tags/release-1.1.1/larpe/admin/__init__.py

7 lines
139 B
Python

try:
from quixote.ptl import compile_package
compile_package(__path__)
except ImportError:
pass
from root import RootDirectory