pvl/hosts/__init__.py
author Tero Marttila <terom@paivola.fi>
Mon, 09 Mar 2015 19:47:10 +0200
changeset 734 5770ed34c1f0
parent 732 ddb77f32b35a
child 739 5149c39f3dfc
permissions -rw-r--r--
pvl.hosts: extension mechanism
__version__ = '0.8.0b2'

from pvl.hosts.config import (
        optparser,
        apply,
)
from pvl.hosts.host import (
        HostError,
        Host,
        extension,
)