Windows-only tweak for killing console during rar operation
git-svn-id: http://comictagger.googlecode.com/svn/trunk@92 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
e4f96fe4cb
commit
f1c1ede6c4
@ -24,8 +24,9 @@ import struct
|
||||
import sys
|
||||
import tempfile
|
||||
import subprocess
|
||||
import _subprocess
|
||||
import platform
|
||||
if platform.system() == "Windows":
|
||||
import _subprocess
|
||||
import time
|
||||
|
||||
sys.path.insert(0, os.path.abspath(".") )
|
||||
|
Loading…
x
Reference in New Issue
Block a user