diff genshi/path.py @ 363:caf7b68ab5dc

Parse template includes at parse time to avoid some runtime overhead.
author cmlenz
date Wed, 22 Nov 2006 15:38:38 +0000
parents b70563ade748
children 41d6eb7885ec
line wrap: on
line diff
--- a/genshi/path.py
+++ b/genshi/path.py
@@ -237,9 +237,9 @@
 
                         elif steps[cursor][0] is ATTRIBUTE:
                             # If the axis of the next location step is the
-                            # attribute axis, we need to move on to
-                            # processing that step without waiting for the
-                            # next markup event
+                            # attribute axis, we need to move on to processing
+                            # that step without waiting for the next markup
+                            # event
                             continue
 
                     # We're done with this step if it's the last step or the
Copyright (C) 2012-2017 Edgewall Software