server/session.py
branchstable
changeset 7526 ae31063f3274
parent 7502 e7190f7e850e
child 7536 29961a416faa
child 7573 c8f8762c986d
--- a/server/session.py	Thu Jun 16 19:37:59 2011 +0200
+++ b/server/session.py	Thu Jun 16 19:38:28 2011 +0200
@@ -270,7 +270,7 @@
 
     def add_relations(self, relations):
         '''set many relation using a shortcut similar to the one in add_relation
-        
+
         relations is a list of 2-uples, the first element of each
         2-uple is the rtype, and the second is a list of (fromeid,
         toeid) tuples