diff -r a9b44e04bf01 -r f3c30b7421b9 VirtualMailManager/Exceptions.py --- a/VirtualMailManager/Exceptions.py Wed Jan 09 14:47:30 2008 +0000 +++ b/VirtualMailManager/Exceptions.py Wed Jan 09 20:34:31 2008 +0000 @@ -6,8 +6,11 @@ """Exception classes for Virtual Mail Manager""" +from constants.VERSION import VERSION + __author__ = 'Pascal Volk ' -__version__ = 'rev '+'$Rev$'.split()[1] +__version__ = VERSION +__revision__ = 'rev '+'$Rev$'.split()[1] __date__ = '$Date$'.split()[1] class VMMException(Exception):