]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_1_1_6_0.py
Fix typo (thanks to Salvatore Falco for the fix).
[lyx.git] / lib / lyx2lyx / lyx_1_1_6_0.py
index dd6112423f7bf19afcb792867d6e0c1bf3411231..6c099ae772168e81cee77edda0dc793492f5e619 100644 (file)
@@ -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