pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 14 Feb 2012 18:57:21 +0200
changeset 5 23371d26fdd0
child 72 2d2494132e9c
permissions -rw-r--r--
split up into pvl.backup 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__)