removed double space and control line length

This commit is contained in:
Armin Köhler 2011-02-24 22:27:14 +01:00
parent 199a9bb850
commit f91713b2ef
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class FoilPresenter(object):
u'Weise', u'[dD]eutsch', u'[dD]t[\.\:]', u'Englisch',
u'[oO]riginal', u'Bearbeitung', u'[R|r]efrain']
for marker in markers:
copyright = re.compile(marker).sub(u'<marker>', copyright, re.U)
copyright = re.compile(marker).sub(u'<marker>', copyright, re.U)
copyright = re.compile(u'(?<=<marker>) *:').sub(u'', copyright)
i = 0
x = 0