diff options
author | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-15 15:41:15 +0100 |
commit | bf1c269eb7586716d4cf4284afd208e597ee69d1 (patch) | |
tree | 749de8b2ad94209a334adc88968433386fe28d69 /module/plugins/HotfileCom.py | |
parent | netload.in fix (diff) | |
download | pyload-bf1c269eb7586716d4cf4284afd208e597ee69d1.tar.xz |
Cleaned plugin index function
Diffstat (limited to 'module/plugins/HotfileCom.py')
-rw-r--r-- | module/plugins/HotfileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/HotfileCom.py b/module/plugins/HotfileCom.py index 10a8fd5a8..7ae432c78 100644 --- a/module/plugins/HotfileCom.py +++ b/module/plugins/HotfileCom.py @@ -4,7 +4,7 @@ import re import urllib from time import time -from Plugin import Plugin +from module.Plugin import Plugin class HotfileCom(Plugin): |