add re and remove un-used variable

This commit is contained in:
Clinton Hall 2013-03-24 18:28:46 -07:00
commit bfb0ff4eea

View file

@ -9,6 +9,7 @@ import shutil
import logging
import datetime
import time
import re
from subprocess import call
@ -30,7 +31,6 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
root = int(0)
video = int(0)
video2 = int(0)
num_compressed = int(0)
extractionSuccess = False
Logger.debug("MAIN: Received Directory: %s | Name: %s | Category: %s", inputDirectory, inputName, inputCategory)