diff options
author | Will Woods <wwoods@wills-mini.localdomain> | 2007-09-04 15:44:58 -0400 |
---|---|---|
committer | Will Woods <wwoods@wills-mini.localdomain> | 2007-09-04 15:44:58 -0400 |
commit | d1171c25bc825705ecdc2053ea01e1e7624ab580 (patch) | |
tree | 62accc8ec53c617752fd852b47efb481b3fc14bf /bugzilla.py | |
parent | e6f699f06e92b1e49b1b8d2c8fbe89d9425a4a9a (diff) | |
download | python-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.tar.gz python-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.tar.xz python-bugzilla-d1171c25bc825705ecdc2053ea01e1e7624ab580.zip |
add TODO comment
Diffstat (limited to 'bugzilla.py')
-rw-r--r-- | bugzilla.py | 1 |
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.''' |