qmsk/__init__.py
author Tero Marttila <terom@qmsk.net>
Sat, 04 Oct 2014 13:41:39 +0300
changeset 234 70b425280964
parent 232 5a16a53e9800
permissions -rw-r--r--
move generic site template and static out of qmsk_www project
## Namespace package
# http://legacy.python.org/dev/peps/pep-0420/#namespace-packages-today
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)