From: Günter Milde Date: Wed, 4 Mar 2020 12:40:11 +0000 (+0100) Subject: Remove no longer needed module import. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1160 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0db0d7f375ca232bae6b56c15d402aff17247f96;p=features.git Remove no longer needed module import. --- diff --git a/lib/scripts/gnuplot2pdf.py b/lib/scripts/gnuplot2pdf.py index e7246a3dea..33fe767492 100755 --- a/lib/scripts/gnuplot2pdf.py +++ b/lib/scripts/gnuplot2pdf.py @@ -2,7 +2,6 @@ from subprocess import Popen, PIPE from sys import argv, stderr, exit -import os import shutil if (len(argv) != 3):