summaryrefslogtreecommitdiffstats
path: root/selftest.py
diff options
context:
space:
mode:
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: