summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r--bugzilla/rhbugzilla.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index 47a3e22..8eeed0d 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -326,6 +326,10 @@ class RHBugzilla(bugzilla.base.BugzillaBase):
Returns bug_id'''
r = self._proxy.bugzilla.createBug(data)
return r[0]
+ # Methods for updating a user
+ def _updateperms(self,user,action,groups):
+ r = self._proxy.bugzilla.updatePerms(user, action, groups, self.user)
+ return r
class RHBugzilla3(Bugzilla32, RHBugzilla):
'''Concrete implementation of the Bugzilla protocol. This one uses the