pvl/__init__.py
author Tero Marttila <tero.marttila@aalto.fi>
Tue, 03 Mar 2015 11:40:02 +0200
changeset 710 09c6676a90a1
parent 445 fd7f1c2971da
permissions -rw-r--r--
lib/pvl/service: cmd_sudo restart; workaround more upstart braindamage with service ... status
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__)