ghostscript: fix missing “import sys”, only applicable for an exception

This commit is contained in:
James R. Barlow
2017-05-14 23:38:52 -07:00
parent 048ae40e75
commit 65b89687a9
+1
View File
@@ -6,6 +6,7 @@ from subprocess import run, PIPE, STDOUT, CalledProcessError
from shutil import copy
from functools import lru_cache
import re
import sys
from . import get_program
from ..exceptions import SubprocessOutputError