pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 21 Feb 2012 16:28:48 +0200
changeset 25 d2bee6bc173a
parent 5 23371d26fdd0
child 72 2d2494132e9c
permissions -rw-r--r--
version: 0.2.2
# 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__)