From a010dee24aa5aef7ee807e0e8a63d261077b4006 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 10 Nov 2012 22:15:10 +0000 Subject: [PATCH] pep8 fixes --- morituri/image/toc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/image/toc.py b/morituri/image/toc.py index 0fff6c1..d4053ef 100644 --- a/morituri/image/toc.py +++ b/morituri/image/toc.py @@ -353,7 +353,7 @@ class TocFile(object, log.Loggable): if os.path.exists(cpath): return cpath - raise KeyError, "Cannot find file for %r" % path + raise KeyError("Cannot find file for %r" % path) class File: """