diff contrib/sawmill/web/index.py @ 473:d8012571f9e1

sawmill: removed trailing whitespace
author Sascha Teichmann <teichmann@intevation.de>
date Fri, 10 Sep 2010 10:46:50 +0000
parents 333232953771
children 28aa6ac933fb
line wrap: on
line diff
--- a/contrib/sawmill/web/index.py	Fri Sep 10 10:18:31 2010 +0000
+++ b/contrib/sawmill/web/index.py	Fri Sep 10 10:46:50 2010 +0000
@@ -16,7 +16,7 @@
 TREEPKG_DIR = os.path.join(os.path.dirname(__file__), "treepkgs")
 
 def index(req):
-    req.content_type = 'text/html;charset=utf-8'    
+    req.content_type = 'text/html;charset=utf-8'
     template = psp.PSP(req, filename='templates/overview.html')
 
     descriptions = []
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)