no need for that
authorTony Mack <tmack@cs.princeton.edu>
Thu, 3 Sep 2009 14:40:46 +0000 (14:40 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 3 Sep 2009 14:40:46 +0000 (14:40 +0000)
PLC/SFA.py

index efd2aa1..ce097f9 100644 (file)
@@ -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']: