diff -r 7a6f94ffcc87 -r a8eaea0b268d app/soc/logic/models/host.py --- a/app/soc/logic/models/host.py Sun Feb 01 13:07:12 2009 +0000 +++ b/app/soc/logic/models/host.py Sun Feb 01 13:24:00 2009 +0000 @@ -51,7 +51,7 @@ if sponsor_entity.status == 'new': # this sponsor is new so mark as active - fields = {'status' : 'active'} + fields = {'status': 'active'} sponsor_logic.logic.updateEntityProperties(sponsor_entity, fields) # call super