# HG changeset patch # User Thomas De Schampheleire # Date 2018-12-29 22:09:24 # Node ID aed1f09d048188e0c427348e53561e8d358f884a # Parent 013796b2c861e24262390f22d6b63fd53b4e9505 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). diff --git a/kallithea/lib/middleware/simplegit.py b/kallithea/lib/middleware/simplegit.py --- a/kallithea/lib/middleware/simplegit.py +++ b/kallithea/lib/middleware/simplegit.py @@ -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