summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.py b/bugzilla.py
index 77ae25c..0988419 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -498,7 +498,7 @@ class Bug(object):
self.appendwhiteboard(tag,which)
else:
self.setwhiteboard(tag,which)
- def tags(self,which='status'):
+ def gettags(self,which='status'):
'''Get a list of tags (basically just whitespace-split the given
whiteboard)'''
return self.getwhiteboard(which).split()