]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/fig_copy.py
Don't use widest label for numerical citations.
[lyx.git] / lib / scripts / fig_copy.py
index ac4626ef7f2dffd9f932f3e2b7cc48a425314e66..16ae154a4ea1c3403b86be8fa67638d35deedc8a 100644 (file)
@@ -1,5 +1,5 @@
-#!/usr/bin/env python -tt
-# -*- coding: iso-8859-1 -*-
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
 
 # file fig_copy.py
 # This file is part of LyX, the document processor.
@@ -21,7 +21,7 @@
 import os, sys
 
 if len(sys.argv) != 3:
-    print >> sys.stderr, "Usage: fig_copy.sh <from file> <to file>"
+    print >> sys.stderr, "Usage: fig_copy.py <from file> <to file>"
     sys.exit(1)
 
 if not os.path.isfile(sys.argv[1]):