summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Hoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/Hoster.py')
-rw-r--r--module/plugins/internal/Hoster.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py
index 32c3312d0..e1a13af01 100644
--- a/module/plugins/internal/Hoster.py
+++ b/module/plugins/internal/Hoster.py
@@ -435,7 +435,7 @@ class Hoster(Plugin):
except Exception, e:
self.fail(e)
- # convert back to unicode
+ #: convert back to unicode
location = fs_decode(location)
name = safe_filename(self.pyfile.name)
@@ -519,8 +519,8 @@ class Hoster(Plugin):
with open(lastDownload, "rb") as f:
content = f.read(read_size)
- # produces encoding errors, better log to other file in the future?
- # self.logDebug("Content: %s" % content)
+ #: produces encoding errors, better log to other file in the future?
+ #: self.logDebug("Content: %s" % content)
for name, rule in rules.iteritems():
if isinstance(rule, basestring):
if rule in content: