comparison 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
comparison
equal deleted inserted replaced
472:d760c6cd2abf 473:d8012571f9e1
14 from lxml import etree 14 from lxml import etree
15 15
16 TREEPKG_DIR = os.path.join(os.path.dirname(__file__), "treepkgs") 16 TREEPKG_DIR = os.path.join(os.path.dirname(__file__), "treepkgs")
17 17
18 def index(req): 18 def index(req):
19 req.content_type = 'text/html;charset=utf-8' 19 req.content_type = 'text/html;charset=utf-8'
20 template = psp.PSP(req, filename='templates/overview.html') 20 template = psp.PSP(req, filename='templates/overview.html')
21 21
22 descriptions = [] 22 descriptions = []
23 23
24 for f in os.listdir(TREEPKG_DIR): 24 for f in os.listdir(TREEPKG_DIR):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)