goa/gaesource.py
branch3.5
changeset 3240 8604a15995d1
parent 2476 1294a6bdf3bf
child 4212 ab6573088b4a
--- a/goa/gaesource.py	Wed Sep 16 14:17:12 2009 +0200
+++ b/goa/gaesource.py	Wed Sep 16 14:24:31 2009 +0200
@@ -149,7 +149,7 @@
     # ISource interface #######################################################
 
     def compile_rql(self, rql):
-        rqlst = self.repo.querier._rqlhelper.parse(rql)
+        rqlst = self.repo.vreg.parse(rql)
         rqlst.restricted_vars = ()
         rqlst.children[0].solutions = self._sols
         return rqlst