]> git.lyx.org Git - lyx.git/blobdiff - development/tools/unicodesymbols.py
ctests: ignore Japanese dvi3 systemF tests
[lyx.git] / development / tools / unicodesymbols.py
index ae99012de2ab28f9b35d58c3621574c7d96df0ae..b67364baa1da4c6409e82a88656fdd4299ac3fec 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file unciodesymbols.py
@@ -57,7 +57,7 @@ def read(input):
 def write(output, lines):
     " Write output file."
     for line in lines:
-        output.write(line[1] + u'\n')
+        output.write(line[1] + '\n')
 
 
 def complete(lines, start, stop):