summaryrefslogtreecommitdiffstats
path: root/selftest.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@wills-mini.localdomain>2007-09-13 18:44:23 -0400
committerWill Woods <wwoods@wills-mini.localdomain>2007-09-13 18:44:23 -0400
commit860383b4c2592db5a1894b6e0e8e242b175e7116 (patch)
tree4284e7d70482c7df7fa856ce2f7fe7701cefaa18 /selftest.py
parent8df3228dfbf1f85488dc88b41921e1d1917bc04f (diff)
downloadpython-bugzilla-860383b4c2592db5a1894b6e0e8e242b175e7116.tar.gz
python-bugzilla-860383b4c2592db5a1894b6e0e8e242b175e7116.tar.xz
python-bugzilla-860383b4c2592db5a1894b6e0e8e242b175e7116.zip
typo fix
Diffstat (limited to 'selftest.py')
-rwxr-xr-xselftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest.py b/selftest.py
index aee9759..e6341e1 100755
--- a/selftest.py
+++ b/selftest.py
@@ -34,7 +34,7 @@ def selftest(user='',password=''):
print "Using bugzilla at " + url
if user and password:
print 'Using username "%s", password "%s"' % (user,password)
- b = Bugzilla(url=url,user=user,password=password)
+ bz = Bugzilla(url=url,user=user,password=password)
else:
cookies = find_firefox_cookiefile()
if not cookies: