summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r--bugzilla/rhbugzilla.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index 8eeed0d..51e9a11 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -330,6 +330,9 @@ class RHBugzilla(bugzilla.base.BugzillaBase):
def _updateperms(self,user,action,groups):
r = self._proxy.bugzilla.updatePerms(user, action, groups, self.user)
return r
+ def _adduser(self,email,name):
+ r = self._proxy.bugzilla.addUser(user, name, self.user)
+ return r
class RHBugzilla3(Bugzilla32, RHBugzilla):
'''Concrete implementation of the Bugzilla protocol. This one uses the