remove argparse - not used

This commit is contained in:
pabloalcantara
2011-08-17 11:39:45 -03:00
parent ddc015849f
commit 2776ed4c71

View File

@@ -5,10 +5,6 @@ import time
from subprocess import call
try:
import argparse
except ImportError:
import lib.argparse as argparse
def encode(albumPath):
@@ -58,4 +54,5 @@ def encode(albumPath):
shutil.move(musicTempFiles[i],os.path.join(albumPath))
i=i+1
shutil.rmtree(tempDirEncode)
shutil.rmtree(tempDirEncode)
time.sleep(1)