summaryrefslogtreecommitdiff
path: root/src/saml2/config.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-10-02 16:04:41 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-10-02 16:04:41 +0200
commit13fdda52ab3367d4ebb2e9c5888bea74ac0f081b (patch)
treeb00bbd5868ce65bc637feef35ecaee7b14c178e0 /src/saml2/config.py
parent095f8dbe1d4de3519a7e244233aa2b38ed420d9f (diff)
downloadpysaml2-13fdda52ab3367d4ebb2e9c5888bea74ac0f081b.tar.gz
PEP-8
Diffstat (limited to 'src/saml2/config.py')
-rw-r--r--src/saml2/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/saml2/config.py b/src/saml2/config.py
index e704fa39..cbc2b8b7 100644
--- a/src/saml2/config.py
+++ b/src/saml2/config.py
@@ -465,7 +465,7 @@ class Config(object):
handler.setFormatter(formatter)
return handler
-
+
def setup_logger(self):
if root_logger.level != logging.NOTSET: # Someone got there before me
return root_logger
@@ -528,7 +528,7 @@ class SPConfig(Config):
class IdPConfig(Config):
def_context = "idp"
-
+
def __init__(self):
Config.__init__(self)