diff -r 1f6839019e6a -r ae31063f3274 server/session.py --- 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