pvl/__init__.py
author Tero Marttila <terom@paivola.fi>
Tue, 19 Jun 2012 11:32:38 +0300
changeset 65 462cecaa70d0
parent 5 23371d26fdd0
child 72 2d2494132e9c
permissions -rw-r--r--
pvl.backup-snapshot: handle target snapshot/rsync errors
# 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__)