* morituri/image/cue.py:

* morituri/image/table.py:
	* morituri/image/toc.py:
	  Fix pychecker warnings.
This commit is contained in:
Thomas Vander Stichele
2012-11-23 15:36:27 +00:00
parent 26827195c0
commit 55df17cf89
4 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
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:

View File

@@ -26,7 +26,6 @@ Reading .cue files
See http://digitalx.org/cuesheetsyntax.php
"""
import os
import re
import codecs

View File

@@ -25,7 +25,6 @@ Wrap Table of Contents.
"""
import copy
import os
import urllib
import urlparse

View File

@@ -24,7 +24,6 @@
Reading .toc files
"""
import os
import re
import codecs