13 May
2008
13 May
'08
2:14 p.m.
Suresh V. pisze:
Piotr Chamera wrote:
def list_items2(self): """ test """ return self.items
try to remove acquisition wrapper before you access items? But this function returns no value, it fails to find "items" attribute in self and tries to find it through acquisition :(
-- Piotr Chamera