summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ReloadCc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 12:24:27 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 12:24:27 +0200
commit5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5 (patch)
treecd3f31f108d529dcacc30caf2712fa395297cb08 /module/plugins/hoster/ReloadCc.py
parentRemove shebang #!/usr/bin/env python (diff)
downloadpyload-5fed2b0180b95eed9ee82f82dff1a5bf8c66c2f5.tar.xz
Fix header # -*- coding: utf-8 -*-
Merges vuolter/pyload@aa7b3f9
Diffstat (limited to 'module/plugins/hoster/ReloadCc.py')
-rw-r--r--module/plugins/hoster/ReloadCc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/ReloadCc.py b/module/plugins/hoster/ReloadCc.py
index e92028503..5ad525b78 100644
--- a/module/plugins/hoster/ReloadCc.py
+++ b/module/plugins/hoster/ReloadCc.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
from module.plugins.Hoster import Hoster
from module.common.json_layer import json_loads