summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UserAgentSwitcher.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-08 06:08:01 +0200
commit0e1ef9bc01579328e17e79416fa3c1c7b77adcc8 (patch)
tree7254ea66d7efee78ececda3ab3eeeb6548b22bca /module/plugins/hooks/UserAgentSwitcher.py
parentMove base plugins to internal folder (diff)
downloadpyload-0e1ef9bc01579328e17e79416fa3c1c7b77adcc8.tar.xz
Update everything
Diffstat (limited to 'module/plugins/hooks/UserAgentSwitcher.py')
-rw-r--r--module/plugins/hooks/UserAgentSwitcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/UserAgentSwitcher.py b/module/plugins/hooks/UserAgentSwitcher.py
index 74c43f7c4..0637936f9 100644
--- a/module/plugins/hooks/UserAgentSwitcher.py
+++ b/module/plugins/hooks/UserAgentSwitcher.py
@@ -2,13 +2,13 @@
import pycurl
-from module.plugins.Hook import Hook
+from module.plugins.internal.Hook import Hook
class UserAgentSwitcher(Hook):
__name__ = "UserAgentSwitcher"
__type__ = "hook"
- __version__ = "0.08"
+ __version__ = "0.09"
__config__ = [("activated" , "bool", "Activated" , True ),
("connecttimeout", "int" , "Connection timeout in seconds" , 60 ),