pvl/hosts/__init__.py
branch0.8
changeset 653 28c17b099420
parent 481 8a7df0a6b0fb
child 665 f0a516b2d3d3
equal deleted inserted replaced
652:ae80faacaa21 653:28c17b099420
     1 __version__ = '0.8.0-dev'
     1 __version__ = '0.8.0a1'
     2 
     2 
     3 from pvl.hosts.config import (
     3 from pvl.hosts.config import (
     4         optparser,
     4         optparser,
     5         apply,
     5         apply,
     6 )
     6 )