Changeset - aed1f09d0481
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2018-12-29 22:09:24
thomas.de_schampheleire@nokia.com
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).
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/middleware/simplegit.py
Show inline comments
 
@@ -33,7 +33,6 @@ import re
 
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
0 comments (0 inline, 0 general)