pvl/__init__.py
author Tero Marttila <tero.marttila@aalto.fi>
Tue, 03 Mar 2015 11:58:10 +0200
changeset 713 d5e2d1d9716a
parent 445 fd7f1c2971da
permissions -rw-r--r--
pvl.hosts.config: --hosts-include-trace to write out all included files
445
fd7f1c2971da pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents: 226
diff changeset
     1
# namespace package
fd7f1c2971da pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents: 226
diff changeset
     2
from pkgutil import extend_path
fd7f1c2971da pvl: use pkgutil namespace __init__.py
Tero Marttila <tero.marttila@aalto.fi>
parents: 226
diff changeset
     3
__path__ = extend_path(__path__, __name__)