diff -r d0425225ce52 -r 6e1ef32fbd82 VirtualMailManager/ext/Postconf.py --- a/VirtualMailManager/ext/Postconf.py Thu Feb 04 19:08:01 2010 +0000 +++ b/VirtualMailManager/ext/Postconf.py Fri Feb 05 20:13:32 2010 +0000 @@ -4,9 +4,10 @@ """A small - r/o - wrapper class for Postfix' postconf.""" +import re from subprocess import Popen, PIPE -from __main__ import re, ERR +import VirtualMailManager.constants.ERROR as ERR from VirtualMailManager.Exceptions import VMMException RE_PC_PARAMS = """^\w+$"""