From 5e822f9c24ccb7935dc0e78331ba6e98a9f095c7 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 6 Apr 2011 08:37:28 +0200 Subject: [PATCH] Difference in logging SysLogHandler arguments between 2.6 and 2.7 --- tests/test_31_config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_31_config.py b/tests/test_31_config.py index 1e612bb..9f34ec3 100644 --- a/tests/test_31_config.py +++ b/tests/test_31_config.py @@ -1,13 +1,15 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +import sys +import logging + from saml2 import BINDING_HTTP_REDIRECT, BINDING_SOAP, BINDING_HTTP_POST from saml2.config import SPConfig, IdPConfig, Config from saml2.metadata import MetaData from py.test import raises from saml2 import root_logger -import logging sp1 = { "entityid" : "urn:mace:umu.se:saml:roland:sp",