removed import shlex because it is not used.

This commit is contained in:
Storm Dragon 2019-04-29 08:16:03 -04:00
parent 83fadb8854
commit c3ccf3c5df

View File

@ -7,7 +7,6 @@
from fenrirscreenreader.core import debug from fenrirscreenreader.core import debug
import subprocess, os import subprocess, os
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
import shlex
import _thread import _thread
class command(): class command():