VirtualMailManager/ext/Postconf.py
changeset 162 0ac9ef587769
parent 155 eb866ebb9f2e
child 185 6e1ef32fbd82
equal deleted inserted replaced
161:b62aa4aabcd0 162:0ac9ef587769
     1 # -*- coding: UTF-8 -*-
     1 # -*- coding: UTF-8 -*-
     2 # Copyright (c) 2008 - 2009, VEB IT
     2 # Copyright (c) 2008 - 2010, Pascal Volk
     3 # See COPYING for distribution information.
     3 # See COPYING for distribution information.
     4 
     4 
     5 """A small - r/o - wrapper class for Postfix' postconf."""
     5 """A small - r/o - wrapper class for Postfix' postconf."""
     6 
     6 
     7 from subprocess import Popen, PIPE
     7 from subprocess import Popen, PIPE