pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Thu, 24 May 2012 13:05:16 +0300
changeset 56 ae4b24ae4f70
parent 5 23371d26fdd0
child 72 2d2494132e9c
permissions -rw-r--r--
move .conf -> etc/
# 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__)