Transport: converted to new-style class; Domain: query reduction
VirtualMailManager/Transport.py:
* added: __slots__
* implemented: __eq__(), __ne__() and __str__()
VirtualMailManager/Domain.py (updateTransport()):
* reduced db lookups/update
# -*- coding: UTF-8 -*-
# Copyright (c) 2007 - 2009, VEB IT
# See COPYING for distribution information.
AUTHOR = 'Pascal Volk <p.volk@veb-it.de>'
RELDATE = '2009-08-12'
VERSION = '0.5.1'
__author__ = AUTHOR
__date__ = RELDATE
__version__ = VERSION
__all__ = ['__author__', '__date__', '__version__']