[SCM] morituri/master: more pychecker fixes

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


The following commit has been merged in the master branch:
commit 80475df042a2289c737f29dda6be806166b05c14
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 22 20:52:38 2009 +0000

    more pychecker fixes

diff --git a/morituri/rip/main.py b/morituri/rip/main.py
index d2b6766..b3a4911 100644
--- a/morituri/rip/main.py
+++ b/morituri/rip/main.py
@@ -15,8 +15,8 @@ def main(argv):
     except ImportError, e:
         # FIXME: decide how to handle
         raise
-        deps.handleImportError(e)
-        ret = -1
+        # deps.handleImportError(e)
+        # ret = -1
 
     if ret is None:
         return 0

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list