summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
diff options
context:
space:
mode:
authorJon Stanley <jonstanley@gmail.com>2008-10-13 20:20:35 -0400
committerJon Stanley <jonstanley@gmail.com>2008-10-13 20:20:35 -0400
commita4827c0b81c31cbbc087bf2b6154707137900520 (patch)
tree1dbb1cf7c1901c9e58d5af058770154b75fae55b /bugzilla/rhbugzilla.py
parentd14cf52f7687b7dbb7af3bf4b6c267c3ff5d8f4a (diff)
downloadpython-bugzilla-master.tar.gz
python-bugzilla-master.tar.xz
python-bugzilla-master.zip
style cleanupHEADmaster
Diffstat (limited to 'bugzilla/rhbugzilla.py')
-rw-r--r--bugzilla/rhbugzilla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla/rhbugzilla.py b/bugzilla/rhbugzilla.py
index 51e9a11..b49f19b 100644
--- a/bugzilla/rhbugzilla.py
+++ b/bugzilla/rhbugzilla.py
@@ -330,7 +330,7 @@ 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):
+ def _adduser(self,user,name):
r = self._proxy.bugzilla.addUser(user, name, self.user)
return r