[svn r37881] Some other stuff goes private

--HG--
branch : trunk
This commit is contained in:
fijal
2007-02-03 19:52:21 +01:00
parent f9b8a810cd
commit f5308aba2d
5 changed files with 15 additions and 14 deletions

View File

@@ -457,7 +457,7 @@ class Generator(PyCollectorMixin, Collector):
d = {}
# slightly hackish to invoke setup-states on
# collection ...
self.Function.state.prepare(self)
self.Function._state.prepare(self)
for i, x in py.builtin.enumerate(self.obj()):
call, args = self.getcallargs(x)
if not callable(call):