From: Tony Mack Date: Thu, 3 Sep 2009 14:40:46 +0000 (+0000) Subject: no need for that X-Git-Tag: PLCAPI-4.3-23~4 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=35a0074c6838fd48890e9313a7d43bdf5e180ea5 no need for that --- diff --git a/PLC/SFA.py b/PLC/SFA.py index efd2aa1..ce097f9 100644 --- a/PLC/SFA.py +++ b/PLC/SFA.py @@ -136,7 +136,7 @@ class SFA: # object object['hrn'] = self.get_object_hrn(type, object, self.authority, login_base) object['type'] = type - if type in ['user', 'person']: + if type in ['user']: record = UserRecord(dict=object) elif type in ['slice']: