Use type policies in ExternalListOfObjects

This commit is contained in:
Vincent Jacques
2012-02-25 09:26:56 +00:00
parent 4f28a86638
commit b2a50164e2
3 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class InternalAttribute:
if rawValue is None:
return None
else:
return self.__typePolicy.create( obj, rawValue )
return self.__typePolicy.createLazy( obj, rawValue )
def updateAttributes( self, obj ):
attributes = obj._github._dataRequest( "GET", obj._baseUrl, None, None )