pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 19 Feb 2013 20:16:10 +0200
changeset 3 cfe1b58f5d80
parent 0 b48dd0a9d7f6
child 4 b16efe5b8bc1
permissions -rw-r--r--
keep pvl as a namespace package
# Namespace package
# http://docs.python.org/library/pkgutil.html#pkgutil.extend_path

from pkgutil import extend_path

# magic to support further pvl.foo packages
__path__ == extend_path(__path__, __name__)