diff markup/plugin.py @ 145:47bbd9d2a5af trunk

* Fix error in expression evaluation when the expression evaluates to an iterable that does not produce event tuples. * The first location step in path expressions longer assumes the `descendant::` axis, but rather the `child::` axis. * Import cleanups.
author cmlenz
date Tue, 15 Aug 2006 09:52:47 +0000
parents f5ec6d4a61e4
children 537f819c547b
line wrap: on
line diff
--- a/markup/plugin.py
+++ b/markup/plugin.py
@@ -16,11 +16,10 @@
 CherryPy/Buffet.
 """
 
-import os
 from pkg_resources import resource_filename
 
+from markup import Stream, QName
 from markup.template import Context, Template, TemplateLoader
-from markup.core import Stream, QName
 
 def ET(element):
     tag_name = element.tag
Copyright (C) 2012-2017 Edgewall Software