qmsk/__init__.py
author Tero Marttila <terom@qmsk.net>
Sat, 15 Jul 2017 12:29:43 +0300
changeset 260 1d7d2fbfc855
parent 232 5a16a53e9800
permissions -rw-r--r--
pngtile fix settings symlink
## Namespace package
# http://legacy.python.org/dev/peps/pep-0420/#namespace-packages-today
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)