]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.cpp
Amend [54147a71/lyxgit]
[lyx.git] / src / graphics / GraphicsConverter.cpp
index f00f017e2e220e125e3684b0a9f7251b86292d7d..6c3e48d93ad34a2cba1024ccbd829118f831b2d3 100644 (file)
@@ -287,8 +287,7 @@ static void build_script(string const & doc_fname,
        LYXERR(Debug::GRAPHICS, "build_script ... ");
        typedef Graph::EdgePath EdgePath;
 
-       script << "#!/usr/bin/env python\n"
-                 "# -*- coding: utf-8 -*-\n"
+       script << "# -*- coding: utf-8 -*-\n"
                  "import os, shutil, sys\n\n"
                  "def unlinkNoThrow(file):\n"
                  "  ''' remove a file, do not throw if an error occurs '''\n"