pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 19 Feb 2013 20:52:02 +0200
changeset 4 b16efe5b8bc1
parent 3 cfe1b58f5d80
permissions -rw-r--r--
fixup pvl as a namespace package
## Namespace package
# http://pythonhosted.org/distribute/setuptools.html#namespace-packages
__import__('pkg_resources').declare_namespace(__name__)