]> git.lyx.org Git - lyx.git/blobdiff - development/tools/updatelayouts.py
Cmake export tests: Use absolute paths for subfiles inside the source dir
[lyx.git] / development / tools / updatelayouts.py
index 67127d695a4bb10c2e113a27a61879be95dc7d05..eaef163d80aa97d75f804028b047284f7f839898 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file updatelayouts.py
@@ -30,7 +30,7 @@ def main(argv):
             (base, ext) = os.path.splitext(i)
             if ext == ".old":
                 continue
-            args = ["layout2layout", i + ".old", i] 
+            args = ["layout2layout", i + ".old", i]
             shutil.copy(args[2], args[1])
             layout2layout(args)