X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/daa95318e6cee597593b33f77a99cd224c8be893..7ab93691b4b6a45e99f78b37796413c5f24629a4:/code/webcommon.py?ds=sidebyside diff --git a/code/webcommon.py b/code/webcommon.py index ce0ddc7..0449046 100644 --- a/code/webcommon.py +++ b/code/webcommon.py @@ -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"""