summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/HotFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addons/HotFolder.py')
-rw-r--r--pyload/plugins/addons/HotFolder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/HotFolder.py b/pyload/plugins/addons/HotFolder.py
index 2c51f196e..e44c1e172 100644
--- a/pyload/plugins/addons/HotFolder.py
+++ b/pyload/plugins/addons/HotFolder.py
@@ -26,10 +26,10 @@ from os.path import isfile
from shutil import move
import time
-from module.plugins.Addon import Addon
+from module.plugins.Hook import Hook
-class HotFolder(Addon):
+class HotFolder(Hook):
__name__ = "HotFolder"
__version__ = "0.11"
__description__ = """observe folder and file for changes and add container and links"""