[SCM] morituri/master: pep8 fixes

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:41 UTC 2014


The following commit has been merged in the master branch:
commit a010dee24aa5aef7ee807e0e8a63d261077b4006
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 10 22:15:10 2012 +0000

    pep8 fixes

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

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list