pvl/__init__.py
author Tero Marttila <tero.marttila@aalto.fi>
Tue, 24 Feb 2015 17:48:42 +0200
changeset 445 fd7f1c2971da
parent 226 8658d4e09ae2
permissions -rw-r--r--
pvl: use pkgutil namespace __init__.py
# namespace package
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)