Fix PEP8 errors

This commit is contained in:
Raphael Michel
2014-09-11 21:01:10 +02:00
parent 288bf95f29
commit 2e06a74d72
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
from django.conf import settings
def contextprocessor(request):
return {
'settings': settings,