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

8 lines
180 B
Python

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