pvl.hosts: export HostError
authorTero Marttila <tero.marttila@aalto.fi>
Thu, 26 Feb 2015 15:04:43 +0200
changeset 481 8a7df0a6b0fb
parent 480 7e44854e85d4
child 482 41622bb9b95c
pvl.hosts: export HostError
pvl/hosts/__init__.py
--- 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,
 )