iro/controller/user.py
branchdevel
changeset 93 ee10253258ad
parent 92 f479738b4879
child 96 883b25b0b760
--- a/iro/controller/user.py	Thu Dec 22 03:13:34 2011 +0100
+++ b/iro/controller/user.py	Tue Jan 10 06:03:42 2012 +0100
@@ -2,10 +2,9 @@
 import re
 
 from .database import WithSession
-from model import User
+from ..model import User
 
-from error import UserNotFound, InterfaceException, ValidateException
-
+from ..error import UserNotFound, InterfaceException, ValidateException
 
 
 def rehash(hash):