diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 19:56:27 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 19:56:27 +0200 |
commit | cc105b7dbc363d9786594c1e884f1836eb22e999 (patch) | |
tree | a52491dc5d35c448b86b07d099a6aca62bf2ac3c /pyload/plugins/internal/UpdateManager.py | |
parent | Fix previous merge commit (diff) | |
download | pyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz |
New base plugins
Diffstat (limited to 'pyload/plugins/internal/UpdateManager.py')
-rw-r--r-- | pyload/plugins/internal/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/UpdateManager.py b/pyload/plugins/internal/UpdateManager.py index eb9411236..d003860b9 100644 --- a/pyload/plugins/internal/UpdateManager.py +++ b/pyload/plugins/internal/UpdateManager.py @@ -7,7 +7,7 @@ from operator import itemgetter from os import path, remove, stat from pyload.network.RequestFactory import getURL -from pyload.plugins.Hook import Expose, Hook, threaded +from pyload.plugins.base.Hook import Expose, Hook, threaded from pyload.utils import safe_join |