VirtualMailManager/ext/Postconf.py
changeset 138 617f27715b01
parent 133 2d5c4745efec
child 155 eb866ebb9f2e
--- a/VirtualMailManager/ext/Postconf.py	Tue Sep 01 05:35:06 2009 +0000
+++ b/VirtualMailManager/ext/Postconf.py	Wed Sep 02 06:08:53 2009 +0000
@@ -4,12 +4,9 @@
 
 """A small - r/o - wrapper class for Postfix' postconf."""
 
-from VirtualMailManager.constants.VERSION import *
-
-import re
 from subprocess import Popen, PIPE
 
-import VirtualMailManager.constants.ERROR as ERR
+from __main__ import re, ERR
 from VirtualMailManager.Exceptions import VMMException
 
 RE_PC_PARAMS = """^\w+$"""