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: """