projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
configurize web templates
[invirt/packages/invirt-web.git]
/
code
/
webcommon.py
diff --git
a/code/webcommon.py
b/code/webcommon.py
index
ce0ddc7
..
0449046
100644
(file)
--- 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"""