summaryrefslogtreecommitdiffstats
path: root/selftest.py
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-09-06 16:44:26 -0400
committerWill Woods <wwoods@redhat.com>2007-09-06 16:44:26 -0400
commitda6ca0d553e0c3dd3da698e46b215df23369eee2 (patch)
treed72e2f29cd9ce2915c1113f8803ec38bbcdac6e1 /selftest.py
parentb102058bdbf11a7d5653b24f5f9499003ab31e07 (diff)
downloadpython-bugzilla-da6ca0d553e0c3dd3da698e46b215df23369eee2.tar.gz
python-bugzilla-da6ca0d553e0c3dd3da698e46b215df23369eee2.tar.xz
python-bugzilla-da6ca0d553e0c3dd3da698e46b215df23369eee2.zip
fix selftest since we changed the name of the products() method
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 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