summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/MegaCoNz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/MegaCoNz.py')
-rw-r--r--pyload/plugin/hoster/MegaCoNz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugin/hoster/MegaCoNz.py b/pyload/plugin/hoster/MegaCoNz.py
index 496d4503f..9dea99b23 100644
--- a/pyload/plugin/hoster/MegaCoNz.py
+++ b/pyload/plugin/hoster/MegaCoNz.py
@@ -126,8 +126,8 @@ class MegaCoNz(Hoster):
except IOError, e:
self.fail(e)
- chunk_size = 2 ** 15 # buffer size, 32k
- # file_mac = [0, 0, 0, 0] # calculate CBC-MAC for checksum
+ chunk_size = 2 ** 15 #: buffer size, 32k
+ # file_mac = [0, 0, 0, 0] #: calculate CBC-MAC for checksum
chunks = os.path.getsize(file_crypted) / chunk_size + 1
for i in xrange(chunks):