VirtualMailManager/ext/__init__.py
author Pascal Volk <user@localhost.localdomain.org>
Sat, 05 Jan 2013 18:33:52 +0000
branchv0.7.x
changeset 673 de046a3b29a5
parent 568 14abdd04ddf5
child 675 d24f094d1cb5
permissions -rw-r--r--
VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns. The local-part of an email address and Postfix configuration parameters may contain only ASCII characters.

# -*- coding: UTF-8 -*-
# Copyright (c) 2008 - 2012, Pascal Volk
# See COPYING for distribution information.
# package placeholder
#
# EOF