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