[Erp5-report] r25820 - /erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 3 13:34:59 CET 2009


Author: vincent
Date: Tue Mar  3 13:34:55 2009
New Revision: 25820

URL: http://svn.erp5.org?rev=25820&view=rev
Log:
Woops, typo in interface definition.

Modified:
    erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py

Modified: erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py?rev=25820&r1=25819&r2=25820&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/Interface/IOperator.py [utf8] Tue Mar  3 13:34:55 2009
@@ -69,7 +69,7 @@
       Accessor for operator's SQL representation.
     """
 
-  def getSearchTextOperator():
+  def getOperatorSearchText():
     """
       Accessor for operator's SearchText representation.
     """




More information about the Erp5-report mailing list