diff examples/includes/run.py @ 22:2483fe549959 trunk

Fix for the template engine plugin: the search path is now ignored if the requested template path is absolute.
author cmlenz
date Tue, 20 Jun 2006 15:10:24 +0000
parents b4d17897d053
children d88358f719fa
line wrap: on
line diff
--- a/examples/includes/run.py
+++ b/examples/includes/run.py
@@ -29,9 +29,9 @@
         timing.start()
         list(tmpl.generate(Context(**data)))
         timing.finish()
+        times.append(timing.milli())
         sys.stdout.write('.')
         sys.stdout.flush()
-        times.append(timing.milli())
     print
 
     print ' --> render stage: %dms (avg), %dms (min), %dms (max)' % (
Copyright (C) 2012-2017 Edgewall Software