blob: 125b4307cd91fc631354fad79074a4aacc71251d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- lib/python/RestrictedPython/tests/verify.py.orig Thu Jun 17 13:39:24 2004
+++ lib/python/RestrictedPython/tests/verify.py Thu Jun 17 13:39:41 2004
@@ -21,6 +21,7 @@
function.
"""
+from __future__ import generators
import dis
import types
|