changeset 51686 | 493034cc3265 |
parent 48946 | 642e31cb55f0 |
child 51696 | 7f0cb9ee0534 |
--- a/i18n/polib.py Thu Jul 18 12:03:29 2024 +0200 +++ b/i18n/polib.py Thu Jul 18 12:36:12 2024 +0200 @@ -64,7 +64,6 @@ def u(s): return unicode(s, "unicode_escape") - else: PY3 = True text_type = str @@ -1889,7 +1888,6 @@ chunks.reverse() while chunks: - # Start the list of chunks that will make up the current line. # cur_len is just the length of all the chunks in cur_line. cur_line = []