author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
Thu, 17 Mar 2011 12:20:45 +0100 | |
branch | oldstable |
changeset 7093 | dccc22c60473 |
parent 7092 | 076c5be627f6 |
child 7094 | 4f9f13a50484 |
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]))