goa/overrides/rqlannotation.py
branchstable
changeset 3689 deb13e88e037
parent 1977 606923dff11b
child 4212 ab6573088b4a
--- a/goa/overrides/rqlannotation.py	Thu Oct 15 18:43:04 2009 +0200
+++ b/goa/overrides/rqlannotation.py	Thu Oct 15 20:29:21 2009 +0200
@@ -13,7 +13,7 @@
     def __init__(self, schema):
         self.schema = schema
         self.nfdomain = frozenset(eschema.type for eschema in schema.entities()
-                                  if not eschema.is_final())
+                                  if not eschema.final)
     def annotate(self, rqlst):
         rqlst.has_text_query = False
         rqlst.need_distinct = False