devtools/__init__.py
brancholdstable
changeset 7093 dccc22c60473
parent 7090 d9e6e79e023a
child 7095 1831c3154581
--- a/devtools/__init__.py	Thu Mar 17 12:14:58 2011 +0100
+++ b/devtools/__init__.py	Thu Mar 17 12:20:45 2011 +0100
@@ -703,7 +703,7 @@
     if overwrite or handlerkls.DRIVER not in HANDLERS:
         HANDLERS[handlerkls.DRIVER] = handlerkls
     else:
-        msg = "%s: Handler already exists use overwrite if it's intended\n"
+        msg = "%s: Handler already exists use overwrite if it's intended\n"\
               "(existing handler class is %r)"
         raise ValueError(msg % (handlerkls.DRIVER, HANDLERS[handlerkls.DRIVER]))