* 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

@@ -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