[SCM] morituri/master: * morituri/image/cue.py: * morituri/image/table.py: * morituri/image/toc.py: Fix pychecker warnings.

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


The following commit has been merged in the master branch:
commit 55df17cf89163de92ce1609dd7580d47c32de219
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri Nov 23 15:36:27 2012 +0000

    	* morituri/image/cue.py:
    	* morituri/image/table.py:
    	* morituri/image/toc.py:
    	  Fix pychecker warnings.

diff --git a/ChangeLog b/ChangeLog
index 1fdc5a8..850a629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+	* morituri/image/cue.py:
+	* morituri/image/table.py:
+	* morituri/image/toc.py:
+	  Fix pychecker warnings.
+
+2012-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
+
 	* morituri/common/program.py:
 	  Add %y to template for year.  Fixes #98.
 
diff --git a/morituri/image/cue.py b/morituri/image/cue.py
index 7e6580f..18502ad 100644
--- a/morituri/image/cue.py
+++ b/morituri/image/cue.py
@@ -26,7 +26,6 @@ Reading .cue files
 See http://digitalx.org/cuesheetsyntax.php
 """
 
-import os
 import re
 import codecs
 
diff --git a/morituri/image/table.py b/morituri/image/table.py
index 702ef42..d6e2f1c 100644
--- a/morituri/image/table.py
+++ b/morituri/image/table.py
@@ -25,7 +25,6 @@ Wrap Table of Contents.
 """
 
 import copy
-import os
 import urllib
 import urlparse
 
diff --git a/morituri/image/toc.py b/morituri/image/toc.py
index f94de57..2ca68a5 100644
--- a/morituri/image/toc.py
+++ b/morituri/image/toc.py
@@ -24,7 +24,6 @@
 Reading .toc files
 """
 
-import os
 import re
 import codecs
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list