Add missing docstrings.

This commit is contained in:
Bastian Kleineidam 2013-01-28 18:52:32 +01:00
parent 0095f17b4e
commit 13bde1ea6a

View file

@ -14,6 +14,7 @@ from scriptutil import load_result, save_result
json_file = __file__.replace(".py", ".json") json_file = __file__.replace(".py", ".json")
class Status: class Status:
"""Status of a comic strip."""
ok = "ok" ok = "ok"
error = "error" error = "error"
orphan = "orphan" orphan = "orphan"
@ -191,6 +192,7 @@ def orphan_entries(keys, testinfo):
def update_testentry(key, entry, testinfo): def update_testentry(key, entry, testinfo):
"""Update one entry with testinfo information."""
if key not in testinfo: if key not in testinfo:
# add dosage version for this comic # add dosage version for this comic
# XXX replace this after next release # XXX replace this after next release