blob: c5d650024dd02a4f32c884c4a32c73f514b6a44e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006
+++ Dependencies/RestrictedPython-Zope-2.9.0/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006
@@ -21,6 +21,7 @@
function.
"""
+from __future__ import generators
import dis
import types
|