--- a/pvl/hosts/__init__.py Thu Feb 26 14:48:35 2015 +0200 +++ b/pvl/hosts/__init__.py Thu Feb 26 15:04:43 2015 +0200 @@ -5,5 +5,6 @@ apply, ) from pvl.hosts.host import ( + HostError, Host, )