]> git.lyx.org Git - lyx.git/blobdiff - development/tools/unicodesymbols.py
Add missing revert routine to lyx_2_0.py
[lyx.git] / development / tools / unicodesymbols.py
index 7338d2f0d56570d2d3ec1dd626958fc9c403b34d..d507f4a6813042fc13d267321de1c0cdc0a2b6b4 100755 (executable)
@@ -1,7 +1,7 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 
-# file unciodesymbols.py
+# file unicodesymbols.py
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 
@@ -16,6 +16,7 @@ from __future__ import print_function
 import os, re, string, sys, unicodedata
 import io
 
+
 def usage(prog_name):
     return ("Usage: %s start stop inputfile outputfile\n" % prog_name +
             "or     %s start stop <inputfile >outputfile" % prog_name)