server/querier.py
branchstable
changeset 4759 af2e6c377c71
parent 4722 9c13d5db03d9
child 4764 ec9c20c6b9f7
--- a/server/querier.py	Wed Mar 03 17:39:22 2010 +0100
+++ b/server/querier.py	Wed Mar 03 17:42:19 2010 +0100
@@ -358,6 +358,7 @@
         self.preprocess(rqlst, security=False)
         return rqlst
 
+
 class InsertPlan(ExecutionPlan):
     """an execution model specific to the INSERT rql query
     """