Commit cba17432 authored by Fabien Morin's avatar Fabien Morin

mathod -> method and line length to 80 caracters


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28831 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9db0655a
......@@ -74,7 +74,8 @@ class EntireQuery(object):
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment