diff options
author | 2015-04-20 22:56:34 +0200 | |
---|---|---|
committer | 2015-04-20 23:02:08 +0200 | |
commit | 892b7cbd4981b764bed30b2ccc5ca73d791c39f2 (patch) | |
tree | 1f5f142ad7e21de9e88f0c15957bbc7e03a9d1ff /pyload/datatype/File.py | |
parent | Spare code cosmetics (8) (diff) | |
download | pyload-892b7cbd4981b764bed30b2ccc5ca73d791c39f2.tar.xz |
Spare code cosmetics (9)
Diffstat (limited to 'pyload/datatype/File.py')
-rw-r--r-- | pyload/datatype/File.py | 6 |
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 |