[Checkins] SVN: z3c.quickentry/trunk/src/z3c/quickentry/processor.py Oops, forgot to pass position.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Feb 13 05:13:24 EST 2007


Log message for revision 72510:
  Oops, forgot to pass position.
  

Changed:
  U   z3c.quickentry/trunk/src/z3c/quickentry/processor.py

-=-
Modified: z3c.quickentry/trunk/src/z3c/quickentry/processor.py
===================================================================
--- z3c.quickentry/trunk/src/z3c/quickentry/processor.py	2007-02-13 09:31:51 UTC (rev 72509)
+++ z3c.quickentry/trunk/src/z3c/quickentry/processor.py	2007-02-13 10:13:23 UTC (rev 72510)
@@ -42,7 +42,7 @@
         for piece in pieces:
             # Step 2.1: Check each plugin to see if it can process the piece
             for pluginClass in plugins:
-                plugin = pluginClass(piece)
+                plugin = pluginClass(piece, position)
                 # Step 2.2: If the plugin can process, add it to the result
                 if plugin.canProcess():
                     result.append(plugin)



More information about the Checkins mailing list