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/OneKhDe.py | |
parent | netload.in fix (diff) | |
download | pyload-bf1c269eb7586716d4cf4284afd208e597ee69d1.tar.xz |
Cleaned plugin index function
Diffstat (limited to 'module/plugins/OneKhDe.py')
-rw-r--r-- | module/plugins/OneKhDe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/OneKhDe.py b/module/plugins/OneKhDe.py index 15c3a6872..5f24b543a 100644 --- a/module/plugins/OneKhDe.py +++ b/module/plugins/OneKhDe.py @@ -4,7 +4,7 @@ import re from module.unescape import unescape -from Plugin import Plugin +from module.Plugin import Plugin class OneKhDe(Plugin): |