[Erp5-report] r28831 - /erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 4 18:01:03 CEST 2009


Author: fabien
Date: Fri Sep  4 18:01:02 2009
New Revision: 28831

URL: http://svn.erp5.org?rev=28831&view=rev
Log:
mathod -> method and line length to 80 caracters

Modified:
    erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py

Modified: erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py?rev=28831&r1=28830&r2=28831&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/Query/EntireQuery.py [utf8] Fri Sep  4 18:01:02 2009
@@ -74,7 +74,8 @@
   def asSQLExpression(self, sql_catalog, only_group_columns):
     column_map = self.column_map
     if column_map is None:
-      # XXX: should we provide a way to register column map as a separate mathod or do it here ?
+      # XXX: should we provide a way to register column map as a separate 
+      # method or do it here ?
       # Column Map was not built yet, do it.
       self.column_map = column_map = ColumnMap(catalog_table_name=self.catalog_table_name)
       for extra_column in self.extra_column_list:




More information about the Erp5-report mailing list