From 6efb7ff98191c5f62f66be33591f674b682986ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 Dec 2008 07:34:27 +0100 Subject: Fix various Python-related bugs. --- source4/auth/tests/bindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/tests') diff --git a/source4/auth/tests/bindings.py b/source4/auth/tests/bindings.py index b7a5994675..15368a4bf7 100644 --- a/source4/auth/tests/bindings.py +++ b/source4/auth/tests/bindings.py @@ -31,4 +31,4 @@ class AuthTests(unittest.TestCase): auth.system_session() def test_system_session_anon(self): - auth.system_session_anon() + auth.system_session_anonymous() -- cgit