summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla.py')
-rw-r--r--bugzilla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla.py b/bugzilla.py
index 706905a..7b4ee92 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -98,6 +98,7 @@ class Bugzilla(object):
return self._proxy.bugzilla.getBugSimple(id, self.user, self.password)
# TODO: createbug, addcomment, attachfile, searchbugs
+ # TODO: allow 'tagging' by adding text to the whiteboard(s)
class CookieTransport(xmlrpclib.Transport):
'''A subclass of xmlrpclib.Transport that supports cookies.'''