Browse Source

[PEP8]

pull/34/head
Laurent Mignon (aka lmi) 10 years ago
parent
commit
97f491724f
  1. 1
      auth_from_http_remote_user/controllers/main.py

1
auth_from_http_remote_user/controllers/main.py

@ -82,7 +82,6 @@ class Home(main.Home):
SUPERUSER_ID, SUPERUSER_ID,
None) None)
if user_id is None: if user_id is None:
if default_login_page_disabled: if default_login_page_disabled:
raise http.AuthenticationError() raise http.AuthenticationError()

Loading…
Cancel
Save