summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilesmonsterCom.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-05-04 19:07:30 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-05-04 19:07:30 +0200
commit836d152aa65e3b305bf621f4ae54335710bee8c8 (patch)
tree5bc765b24965598f4c8c9eb31f232f6152f6753d /module/plugins/hoster/FilesmonsterCom.py
parentdecrypt if downloadthreads are occupied (diff)
downloadpyload-836d152aa65e3b305bf621f4ae54335710bee8c8.tar.xz
several fixes
Diffstat (limited to 'module/plugins/hoster/FilesmonsterCom.py')
-rw-r--r--module/plugins/hoster/FilesmonsterCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilesmonsterCom.py b/module/plugins/hoster/FilesmonsterCom.py
index 99a2ccd57..7b764e63a 100644
--- a/module/plugins/hoster/FilesmonsterCom.py
+++ b/module/plugins/hoster/FilesmonsterCom.py
@@ -13,7 +13,7 @@
import re
import urllib
import time
-from Plugin import Plugin
+from module.plugins.Plugin import Plugin
class FilesmonsterCom(Plugin):