VirtualMailManager/Exceptions.py
changeset 102 485d3f7d6981
parent 76 14c0a092d7d2
child 138 617f27715b01
--- a/VirtualMailManager/Exceptions.py	Fri Aug 07 02:40:34 2009 +0200
+++ b/VirtualMailManager/Exceptions.py	Sun Aug 09 00:37:56 2009 +0000
@@ -1,16 +1,10 @@
 # -*- coding: UTF-8 -*-
-# Copyright 2007-2008 VEB IT
+# Copyright (c) 2007 - 2009, VEB IT
 # See COPYING for distribution information.
-# $Id$
 
 """Exception classes for Virtual Mail Manager"""
 
-from constants.VERSION import VERSION
-
-__author__ = 'Pascal Volk <p.volk@veb-it.de>'
-__version__ = VERSION
-__revision__ = 'rev '+'$Rev$'.split()[1]
-__date__ = '$Date$'.split()[1]
+from constants.VERSION import *
 
 class VMMException(Exception):
     """Exception class for VirtualMailManager exceptions"""