From b72cfa5dcc488f3b497fa05a88985cc8f790cc00 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 12 Aug 2008 22:52:37 +0000 Subject: 121: Renamed API.__call__() method to API.finalize() --- ipalib/tests/test_public.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/tests/test_public.py') diff --git a/ipalib/tests/test_public.py b/ipalib/tests/test_public.py index 4a445140..eb19f28a 100644 --- a/ipalib/tests/test_public.py +++ b/ipalib/tests/test_public.py @@ -374,4 +374,4 @@ def test_PublicAPI(): pass api.register(cmd2) - api() + api.finalize() -- cgit