summaryrefslogtreecommitdiffstats
path: root/module/ConfigParser.py
diff options
context:
space:
mode:
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