VirtualMailManager/errors.py
branchv0.6.x
changeset 320 011066435e6f
parent 216 0c8c053b451c
child 366 d6573da35b5f
--- a/VirtualMailManager/errors.py	Wed Jul 28 01:03:56 2010 +0000
+++ b/VirtualMailManager/errors.py	Wed Jul 28 02:08:03 2010 +0000
@@ -1,9 +1,9 @@
 # -*- coding: UTF-8 -*-
 # Copyright (c) 2007 - 2010, Pascal Volk
 # See COPYING for distribution information.
-
 """
     VirtualMailManager.errors
+    ~~~~~~~~~~~~~~~~~~~~~~~~~
 
     VMM's Exception classes
 """
@@ -20,6 +20,7 @@
     def __repr__(self):
         return '%s(%r, %r)' % (self.__class__.__name__, self.msg, self.code)
 
+
 class ConfigError(VMMError):
     """Exception class for configuration exceptions"""
     pass