]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.cpp
Added distribution of a missing file used by tests.
[lyx.git] / src / support / os.cpp
index c21d9c5d3a39f80e03d3f0c938dae15c8b1de9d6..9dc19e92897389caa70f38b4476afbfc161c1061 100644 (file)
@@ -64,9 +64,9 @@ int timeout_min()
 
 string const python(bool reset)
 {
-       // FIXME THREAD
        // Check whether the first python in PATH is the right one.
        static string command = python23("python -tt");
+       // FIXME THREAD
        if (reset) {
                command = python23("python -tt");
        }