diff -r ec7818110fd2 -r db306bbda381 app/soc/models/ranker_root.py --- a/app/soc/models/ranker_root.py Tue Jul 07 20:17:23 2009 -0500 +++ b/app/soc/models/ranker_root.py Sat Jul 11 13:56:55 2009 +0200 @@ -33,5 +33,4 @@ """ #: A required reference property to the root of the RankList tree - root = db.ReferenceProperty(required=True, - collection_name='roots') + root = db.ReferenceProperty(required=True, collection_name='roots')