summaryrefslogtreecommitdiffstats
path: root/pyload/datatype/File.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-20 22:56:34 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-20 23:02:08 +0200
commit892b7cbd4981b764bed30b2ccc5ca73d791c39f2 (patch)
tree1f5f142ad7e21de9e88f0c15957bbc7e03a9d1ff /pyload/datatype/File.py
parentSpare code cosmetics (8) (diff)
downloadpyload-892b7cbd4981b764bed30b2ccc5ca73d791c39f2.tar.xz
Spare code cosmetics (9)
Diffstat (limited to 'pyload/datatype/File.py')
-rw-r--r--pyload/datatype/File.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/datatype/File.py b/pyload/datatype/File.py
index 0b6b5de46..05d515fd0 100644
--- a/pyload/datatype/File.py
+++ b/pyload/datatype/File.py
@@ -50,7 +50,7 @@ class PyFile(object):
self.size = size
self.status = status
self.plugintype, self.pluginname = plugin
- self.packageid = package # should not be used, use package() instead
+ self.packageid = package #: should not be used, use package() instead
self.error = error
self.order = order
# database information ends here
@@ -60,10 +60,10 @@ class PyFile(object):
self.plugin = None
# self.download = None
- self.waitUntil = 0 # time() + time to wait
+ self.waitUntil = 0 #: time() + time to wait
# status attributes
- self.active = False # obsolete?
+ self.active = False #: obsolete?
self.abort = False
self.reconnected = False