diff examples/includes/run.py @ 230:84168828b074 trunk

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents d88358f719fa
children
line wrap: on
line diff
--- a/examples/includes/run.py
+++ b/examples/includes/run.py
@@ -5,7 +5,7 @@
 import sys
 import timing
 
-from markup.template import Context, TemplateLoader
+from genshi.template import Context, TemplateLoader
 
 def test():
     base_path = os.path.dirname(os.path.abspath(__file__))
Copyright (C) 2012-2017 Edgewall Software