From 80a5b0009a69fd1e4d0451278dbbc5808563dc42 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Wed, 11 Aug 2004 09:59:58 +0000 Subject: In python/tests, there are now a sample IDP (sample-idp.py) and a sample SP (sample-sp.py). The two applications are real servers. --- python/tests/login_tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/tests/login_tests.py') diff --git a/python/tests/login_tests.py b/python/tests/login_tests.py index 5dd09b76..68c511f7 100644 --- a/python/tests/login_tests.py +++ b/python/tests/login_tests.py @@ -35,9 +35,7 @@ if not '../.libs' in sys.path: import lasso import builtins -from IdentityProvider import IdentityProvider -from LibertyEnabledClientProxy import LibertyEnabledClientProxy -from ServiceProvider import ServiceProvider +from libertysimulator import * from websimulator import * -- cgit