VirtualMailManager/MailLocation.py
branchv0.6.x
changeset 185 6e1ef32fbd82
parent 162 0ac9ef587769
child 216 0c8c053b451c
--- a/VirtualMailManager/MailLocation.py	Thu Feb 04 19:08:01 2010 +0000
+++ b/VirtualMailManager/MailLocation.py	Fri Feb 05 20:13:32 2010 +0000
@@ -5,8 +5,10 @@
 """Virtual Mail Manager's MailLocation class to manage the mail_location
 for accounts."""
 
-from __main__ import re, ERR
-from Exceptions import VMMMailLocationException as MLE
+import re
+
+import VirtualMailManager.constants.ERROR as ERR
+from VirtualMailManager.Exceptions import VMMMailLocationException as MLE
 
 RE_MAILLOCATION = """^\w{1,20}$"""