* 'VirtualMailManager/Config.py'
- fixed parenthesis in Config.configure()
* 'setup.py'
- updated url to http://vmm.localdomain.org/
- adjusted long_description
* 'vmm'
- fixed UnicodeDecodeError, that could occur with german locale.
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$
VERSION = '0.5'
REVISION = 'rev '+'$Rev$'.split()[1]
RELDATE = '$Date$'.split()[1]