schema.py
branchstable
changeset 7103 9acffa1ecb2f
parent 7085 36e91d19188b
child 7152 39c1ffc7d93f
--- 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):