summaryrefslogtreecommitdiffstats
path: root/module/ConfigParser.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-16 16:57:45 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-16 16:57:45 +0100
commit2dbcab828780e4b6c44caf93c86fbfc0667a5751 (patch)
treed0aa43a2a69506b241cd552abd69615d12ebefbe /module/ConfigParser.py
parentclosed #420 (diff)
downloadpyload-2dbcab828780e4b6c44caf93c86fbfc0667a5751.tar.xz
ignore old UnRar plugin
Diffstat (limited to 'module/ConfigParser.py')
-rw-r--r--module/ConfigParser.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/ConfigParser.py b/module/ConfigParser.py
index bcf5bcd2a..064f74e36 100644
--- a/module/ConfigParser.py
+++ b/module/ConfigParser.py
@@ -2,14 +2,13 @@
from __future__ import with_statement
from time import sleep
-from os.path import exists
-from os.path import join
+from os.path import exists, join
from shutil import copy
from traceback import print_exc
from utils import chmod
-IGNORE = ("FreakshareNet", "SpeedManager", "ArchiveTo", "ShareCx")
+IGNORE = ("FreakshareNet", "SpeedManager", "ArchiveTo", "ShareCx", ('hooks', 'UnRar'))
# ignore these plugin configs, mainly because plugins were wiped out
CONF_VERSION = 1