From e8f00ba2a11f17483c4b904d75f6cbebc0f0b195 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 3 Apr 2006 17:59:23 +0000 Subject: Use classmethod --- tests/test_enum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_enum.py b/tests/test_enum.py index 39aa97e1..8f02250a 100644 --- a/tests/test_enum.py +++ b/tests/test_enum.py @@ -177,7 +177,7 @@ class FlagsTest(unittest.TestCase): def testParamSpec(self): props = filter(lambda x: GType.is_a(x.value_type, GFlags), - gtk.container_class_list_child_properties(gtk.Table)) + gtk.Table.list_child_properties()) self.failUnless(len(props) >= 2) pspec = props[0] klass = pspec.flags_class -- cgit v1.2.1