From bd3acbc8dffa3c712df1fb4819acb762aed2a191 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 3 Aug 2006 15:53:04 +0000 Subject: - Update to 2.9.4 PR: ports/101236 Submitted by: HAYASHI Yasushi (maintainer) --- www/zope29/files/patch-lib-python-RestrictedPython | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www/zope29/files/patch-lib-python-RestrictedPython (limited to 'www/zope29/files/patch-lib-python-RestrictedPython') diff --git a/www/zope29/files/patch-lib-python-RestrictedPython b/www/zope29/files/patch-lib-python-RestrictedPython new file mode 100644 index 000000000000..dacf354759a4 --- /dev/null +++ b/www/zope29/files/patch-lib-python-RestrictedPython @@ -0,0 +1,10 @@ +--- lib/python/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006 ++++ lib/python/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006 +@@ -21,6 +21,7 @@ + function. + """ + ++from __future__ import generators + import dis + import types + -- cgit v1.2.3