--- a/schema.py Thu Mar 24 13:22:10 2011 +0100
+++ b/schema.py Thu Mar 24 13:22:20 2011 +0100
@@ -797,6 +797,7 @@
class RQLExpression(object):
+
def __init__(self, expression, mainvars, eid):
self.eid = eid # eid of the entity representing this rql expression
if not isinstance(mainvars, unicode):