comparison mercurial/hgweb/hgwebdir_mod.py @ 4939:cdd33a048289

removed trailing whitespace
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 21 Jul 2007 10:30:51 +0200
parents edd07be943dd
children 79373ec3f27d
comparison
equal deleted inserted replaced
4938:02b127749dc0 4939:cdd33a048289
242 242
243 up = virtual.rfind('/') 243 up = virtual.rfind('/')
244 if up < 0: 244 if up < 0:
245 break 245 break
246 virtual = virtual[:up] 246 virtual = virtual[:up]
247 247
248 req.write(tmpl("notfound", repo=virtual)) 248 req.write(tmpl("notfound", repo=virtual))
249 else: 249 else:
250 if req.form.has_key('static'): 250 if req.form.has_key('static'):
251 static = os.path.join(templater.templatepath(), "static") 251 static = os.path.join(templater.templatepath(), "static")
252 fname = req.form['static'][0] 252 fname = req.form['static'][0]