VirtualMailManager/ext/Postconf.py
changeset 102 485d3f7d6981
parent 89 752d3b57ebb6
child 128 cf8116625866
equal deleted inserted replaced
101:0ab6f74aa165 102:485d3f7d6981
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright 2008 VEB IT
     2 # Copyright (c) 2008 - 2009, VEB IT
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 # $Id$
       
     5 
     4 
     6 """A small - r/o - wrapper class for Postfix' postconf."""
     5 """A small - r/o - wrapper class for Postfix' postconf."""
     7 
     6 
     8 from VirtualMailManager.constants.VERSION import VERSION
     7 from VirtualMailManager.constants.VERSION import *
     9 
       
    10 __author__ = 'Pascal Volk <p.volk@veb-it.de>'
       
    11 __version__ = VERSION
       
    12 __revision__ = 'rev '+'$Rev$'.split()[1]
       
    13 __date__ = '$Date$'.split()[1]
       
    14 
     8 
    15 import re
     9 import re
    16 from subprocess import Popen, PIPE
    10 from subprocess import Popen, PIPE
    17 
    11 
    18 import VirtualMailManager.constants.ERROR as ERR
    12 import VirtualMailManager.constants.ERROR as ERR