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
# namespace package
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)