Added import subprocess as is needed to set the STARTUPINFO for Windows

This commit is contained in:
Jaerin 2015-01-25 04:27:15 -05:00
commit 4b162f4b37

View file

@ -5,6 +5,7 @@ import stat
from time import sleep
import nzbtomedia
from subprocess import call, Popen
import subprocess
def extract(filePath, outputDestination):
success = 0