]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_1_1_6_3.py
Fix parentheses with Hebrew
[lyx.git] / lib / lyx2lyx / lyx_1_1_6_3.py
index 4c8154797f414babd5c8ea2e7d00089b4c88fcfe..5090314cd8c3e890f9784ebc36cb0e6314036215 100644 (file)
@@ -39,7 +39,7 @@ def update_tabular(document):
     regexp = re.compile(r'^\\begin_inset\s+Tabular')
     lines = document.body
     i=0
-    while 1:
+    while True:
         i = find_re(lines, regexp, i)
         if i == -1:
             break