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.
lcs/lcs/admin/__init__.py

8 lines
155 B
Python

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