Merge pull request #691 from Jaerin/nightly

Added import subprocess as is needed to set the STARTUPINFO for Windows
This commit is contained in:
Clinton Hall 2015-01-26 07:19:28 +10:30
commit 9cfc29bf33

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