* morituri/image/table.py:

* morituri/program/cdparanoia.py:
	  Do some 80 character cleanups.
This commit is contained in:
Thomas Vander Stichele
2010-04-09 16:20:41 +00:00
parent b1155ed183
commit c34546d70a
3 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2010-04-09 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py:
* morituri/program/cdparanoia.py:
Do some 80 character cleanups.
2010-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/image.py:

View File

@@ -80,7 +80,8 @@ class Track:
self.indexes = {}
self.cdtext = {}
def index(self, number, absolute=None, path=None, relative=None, counter=None):
def index(self, number, absolute=None, path=None, relative=None,
counter=None):
"""
@type path: unicode or None
"""
@@ -127,7 +128,8 @@ class Index:
relative = None
counter = None
def __init__(self, number, absolute=None, path=None, relative=None, counter=None):
def __init__(self, number, absolute=None, path=None, relative=None,
counter=None):
if path is not None:
assert type(path) is unicode, "%r is not unicode" % path

View File

@@ -115,7 +115,8 @@ class ProgressParser(object):
if frameOffset > self.read:
delta = frameOffset - self.read
if self._nframes and delta != self._nframes:
# print 'THOMAS: Read %d frames more, not %d' % (delta, self._nframes)
# print 'THOMAS: Read %d frames more, not %d' % (
# delta, self._nframes)
# my drive either reads 7 or 13 frames
pass
@@ -340,7 +341,8 @@ class ReadVerifyTrackTask(task.MultiSeparateTask):
_tmpwavpath = None
_tmppath = None
def __init__(self, path, table, start, stop, offset=0, device=None, profile=None, taglist=None):
def __init__(self, path, table, start, stop, offset=0, device=None,
profile=None, taglist=None):
"""
@param path: where to store the ripped track
@type path: str