--- a/goa/overrides/rqlannotation.py Thu May 14 10:24:56 2009 +0200
+++ b/goa/overrides/rqlannotation.py Thu May 14 11:38:40 2009 +0200
@@ -1,6 +1,13 @@
+"""
+:organization: Logilab
+:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
+"""
+__docformat__ = "restructuredtext en"
+
def set_qdata(getrschema, union, noinvariant):
pass
-
+
class SQLGenAnnotator(object):
def __init__(self, schema):
self.schema = schema
@@ -9,5 +16,5 @@
def annotate(self, rqlst):
rqlst.has_text_query = False
rqlst.need_distinct = False
-
-
+
+