summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2/admin.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-05-20 15:28:27 -0400
committerSimo Sorce <simo@redhat.com>2014-05-20 15:31:08 -0400
commitc4aa2a8fc207d464aa23e065b5f2ad0549a58f5e (patch)
treee334e2228b8f995e2fb87cfef93bced71ce1c800 /ipsilon/providers/saml2/admin.py
parentf47a95ba1df58ccf9784c47beeaa0702c469b3e1 (diff)
downloadipsilon-c4aa2a8fc207d464aa23e065b5f2ad0549a58f5e.tar.gz
ipsilon-c4aa2a8fc207d464aa23e065b5f2ad0549a58f5e.tar.xz
ipsilon-c4aa2a8fc207d464aa23e065b5f2ad0549a58f5e.zip
Fix E256 with stricter pep8 error checker
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'ipsilon/providers/saml2/admin.py')
-rwxr-xr-xipsilon/providers/saml2/admin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsilon/providers/saml2/admin.py b/ipsilon/providers/saml2/admin.py
index 4f33e1b..a9fb9e0 100755
--- a/ipsilon/providers/saml2/admin.py
+++ b/ipsilon/providers/saml2/admin.py
@@ -51,8 +51,8 @@ class NewSPAdminPage(Page):
def POST(self, *args, **kwargs):
if self.user.is_admin:
- #TODO: allow authenticated user to create SPs on their own
- # set the owner in that case
+ # TODO: allow authenticated user to create SPs on their own
+ # set the owner in that case
name = None
meta = None
if 'content-type' not in cherrypy.request.headers: