# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1265524115 0
# Node ID 0854fb9f3bc5d342a7b73f7ca3ca0293a39272fd
# Parent  db77501aeaed4f22f197d97dee16dd7d1aa082e0
VMM/Handler: fixed a SyntaxError. Oops

diff -r db77501aeaed -r 0854fb9f3bc5 VirtualMailManager/Handler.py
--- a/VirtualMailManager/Handler.py	Sun Feb 07 06:12:48 2010 +0000
+++ b/VirtualMailManager/Handler.py	Sun Feb 07 06:28:35 2010 +0000
@@ -563,7 +563,7 @@
 The account has been successfully deleted from the database.
     But an error occurred while deleting the following directory:
     ā€œ%(directory)sā€
-    Reason: %(reason)s""") %
+    Reason: %(reason)s""") % \
                     {'directory': acc.getDir('home'), 'reason': e.msg()}
                     self.__warnings.append(warning)
                 else: