From da6ca0d553e0c3dd3da698e46b215df23369eee2 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 6 Sep 2007 16:44:26 -0400 Subject: fix selftest since we changed the name of the products() method --- selftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest.py') diff --git a/selftest.py b/selftest.py index 2b6bacc..d4ed6df 100755 --- a/selftest.py +++ b/selftest.py @@ -39,7 +39,7 @@ def selftest(): print "Reading cookies from " + cookies b = Bugzilla(url=url,cookies=cookies) print "Reading product list" - print b.products() + print b.getproducts() print "Reading public bug (#%i)" % public_bug print b.getbugsimple(public_bug) print "Reading private bug (#%i)" % private_bug -- cgit