Commit 349fbcfb authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent f7b5935c
......@@ -48,7 +48,7 @@ except ImportError:
__await__ = __iter__
def __call__(self, *args, **kwargs):
return self.GeneratorWrapper(self._gen(*args, **kwargs))
return self._GeneratorWrapper(self._gen(*args, **kwargs))
# compiled exec()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment