From 860383b4c2592db5a1894b6e0e8e242b175e7116 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 13 Sep 2007 18:44:23 -0400 Subject: typo fix --- selftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit