Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy pytho...
[redakcja.git] / platforma / context_processors.py
index eff3032..db6c98b 100644 (file)
@@ -1,11 +1,8 @@
 # -*- coding: utf-8
-__author__="lreqc"
-__date__ ="$2009-09-03 08:34:10$"
+
 
 def settings(request):
     from django.conf import settings
-    return {'MEDIA_URL': settings.MEDIA_URL, 
+    return {'MEDIA_URL': settings.MEDIA_URL,
             'STATIC_URL': settings.STATIC_URL,
-            'REDMINE_URL': settings.REDMINE_URL }
-
-
+            'REDMINE_URL': settings.REDMINE_URL}