changeset 7496:aed1f09d0481

middleware: simplegit: remove unused import of paste.httpheaders REMOTE_USER and AUTH_TYPE are not used. This code stems from very early times (2010, 19a62a5490fef7b514bd892a3699bf5ef1de82c8).
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 29 Dec 2018 22:09:24 +0100
parents 013796b2c861
children 5e7eb3df806e
files kallithea/lib/middleware/simplegit.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/middleware/simplegit.py	Sat Dec 29 22:02:39 2018 +0100
+++ b/kallithea/lib/middleware/simplegit.py	Sat Dec 29 22:09:24 2018 +0100
@@ -33,7 +33,6 @@
 import logging
 import traceback
 
-from paste.httpheaders import REMOTE_USER, AUTH_TYPE
 from webob.exc import HTTPNotFound, HTTPForbidden, HTTPInternalServerError, \
     HTTPNotAcceptable
 from kallithea.model.db import Ui