pvl/hosts/__init__.py
changeset 741 569d13a07ff5
parent 739 5149c39f3dfc
equal deleted inserted replaced
740:74352351d6f5 741:569d13a07ff5
     1 __version__ = '0.8.0b2'
     1 __version__ = '0.9.0-dev'
     2 
     2 
     3 from pvl.hosts.config import (
     3 from pvl.hosts.config import (
     4         optparser,
     4         optparser,
     5         apply,
     5         apply,
     6 )
     6 )