diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-11 09:59:58 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-11 09:59:58 +0000 |
| commit | 80a5b0009a69fd1e4d0451278dbbc5808563dc42 (patch) | |
| tree | 80aa70e18baf8e9b3e537d690061ee137b316319 /python/tests/login_tests.py | |
| parent | 2d1f06f55b37d677f4c17e1fa1c60a0bf65778b3 (diff) | |
| download | lasso-80a5b0009a69fd1e4d0451278dbbc5808563dc42.tar.gz lasso-80a5b0009a69fd1e4d0451278dbbc5808563dc42.tar.xz lasso-80a5b0009a69fd1e4d0451278dbbc5808563dc42.zip | |
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.
Diffstat (limited to 'python/tests/login_tests.py')
| -rw-r--r-- | python/tests/login_tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
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 * |
