Clean up of misc files

This commit is contained in:
echel0n 2014-03-31 00:24:12 -07:00
commit bd68c6f378

24
test.py
View file

@ -1,24 +0,0 @@
import copy
from autoProcess.autoSickBeardFork import autoFork
fork, params = autoFork()
print fork
failed = True
for param in copy.copy(params):
if param is "failed":
params["failed"] = failed
if param is "dirName":
params["dirName"] = "dirName"
if param is "dir":
params["dir"] = "dirName"
if param is "process_method":
del param
params['nzbName'] = "test"
print params