VirtualMailManager/MailLocation.py
changeset 138 617f27715b01
parent 133 2d5c4745efec
child 162 0ac9ef587769
--- a/VirtualMailManager/MailLocation.py	Tue Sep 01 05:35:06 2009 +0000
+++ b/VirtualMailManager/MailLocation.py	Wed Sep 02 06:08:53 2009 +0000
@@ -5,12 +5,8 @@
 """Virtual Mail Manager's MailLocation class to manage the mail_location
 for accounts."""
 
-from constants.VERSION import *
-
-import re
-
+from __main__ import re, ERR
 from Exceptions import VMMMailLocationException as MLE
-import constants.ERROR as ERR
 
 RE_MAILLOCATION = """^\w{1,20}$"""