minor cleanup

This commit is contained in:
Miroslav Stampar
2012-02-16 10:19:36 +00:00
parent 0e23521adc
commit 844fc8addb
2 changed files with 0 additions and 13 deletions

View File

@@ -155,18 +155,6 @@ class UnicodeRawConfigParser(RawConfigParser):
fp.write("\n")
class DynamicContentItem:
"""
Represents line in content page with dynamic properties (candidate
for removal prior detection phase)
"""
def __init__(self, lineNumber, pageTotal, lineContentBefore, lineContentAfter):
self.lineNumber = lineNumber
self.pageTotal = pageTotal
self.lineContentBefore = lineContentBefore
self.lineContentAfter = lineContentAfter
class Format:
@staticmethod
def humanize(values, chain=" or "):