PEP8 cleanup.

This commit is contained in:
2013-10-13 21:01:46 +01:00
parent 76ee19d0ba
commit ea30c54c1d
2 changed files with 2 additions and 2 deletions

View File

@@ -53,4 +53,3 @@ class IGBMiddleware(object):
for header, req, typ in EVE_IGB_HEADERS:
if header in request.META:
setattr(request, header.replace('HTTP_', '').lower(), request.META.get(header))