pvl/__init__.py
author Tero Marttila <tero.marttila@aalto.fi>
Fri, 27 Feb 2015 17:47:16 +0200
changeset 650 c707c3ee8665
parent 445 fd7f1c2971da
permissions -rw-r--r--
lib/pvl: move main bootstrapping code to pvl/hosts/update.sh to make bin even more trivial
# namespace package
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)