From 401f3cea14584faf07532acdcac3ca8a6f566633 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 14 Mar 2011 16:59:28 +0100 Subject: [PATCH] removed not used imports --- tests/test_51_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_51_client.py b/tests/test_51_client.py index 198037a..0f65ae0 100644 --- a/tests/test_51_client.py +++ b/tests/test_51_client.py @@ -5,9 +5,9 @@ import base64 from urlparse import urlparse, parse_qs from saml2.client import Saml2Client, LogoutError -from saml2 import samlp, client, BINDING_HTTP_POST, BINDING_HTTP_REDIRECT +from saml2 import samlp, BINDING_HTTP_POST from saml2 import BINDING_SOAP -from saml2 import saml, s_utils, config, class_name +from saml2 import saml, config, class_name #from saml2.sigver import correctly_signed_authn_request, verify_signature from saml2.server import Server from saml2.s_utils import decode_base64_and_inflate