Browse Source

[FIX] PEP8

pull/560/head
Pedro M. Baeza 8 years ago
parent
commit
014edfa5c2
  1. 1
      auth_from_http_remote_user/controllers/main.py
  2. 1
      server_environment/serv_config.py

1
auth_from_http_remote_user/controllers/main.py

@ -87,6 +87,7 @@ class Home(main.Home):
exc_info=True)
raise e
randrange = random.SystemRandom().randrange

1
server_environment/serv_config.py

@ -103,6 +103,7 @@ def _load_config():
return config_p
serv_config = _load_config()

Loading…
Cancel
Save