X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2Flyx_1_1_6_0.py;h=6c099ae772168e81cee77edda0dc793492f5e619;hb=668aa17ad7567b5969796b9a7a8f57f57a646e92;hp=dd6112423f7bf19afcb792867d6e0c1bf3411231;hpb=aef6b1681125515418922ce05b269d7d9c4aa693;p=lyx.git diff --git a/lib/lyx2lyx/lyx_1_1_6_0.py b/lib/lyx2lyx/lyx_1_1_6_0.py index dd6112423f..6c099ae772 100644 --- a/lib/lyx2lyx/lyx_1_1_6_0.py +++ b/lib/lyx2lyx/lyx_1_1_6_0.py @@ -26,7 +26,7 @@ def update_tabular(document): " Update tabular to version 1 (xml like syntax). " lines = document.body i=0 - while 1: + while True: i = find_re(lines, lyxtable_re, i) if i == -1: break