more sipb_xen_database -> invirt.database in web
[invirt/packages/invirt-web.git] / code / webcommon.py
index ce0ddc7..0449046 100644 (file)
@@ -1,7 +1,7 @@
 """Exceptions for the web interface."""
 
 import time
-from sipb_xen_database import Machine, MachineAccess
+from invirt.database import Machine, MachineAccess
 
 class MyException(Exception):
     """Base class for my exceptions"""