]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.cpp
Remove non-copyable idioms
[lyx.git] / src / support / os.cpp
index 8f60c68fb4c5339e60cc8c4e4a56898c6416006b..b1537e3655984d7d5def27a44d74d7b6e2de33a3 100644 (file)
@@ -62,6 +62,7 @@ int timeout_min()
 
 string const python(bool reset)
 {
+       // FIXME THREAD
        // Check whether the first python in PATH is the right one.
        static string command = python2("python -tt");
        if (reset) {