diff options
Diffstat (limited to 'www/zope211/files/patch-lib-python-RestrictedPython')
-rw-r--r-- | www/zope211/files/patch-lib-python-RestrictedPython | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/zope211/files/patch-lib-python-RestrictedPython b/www/zope211/files/patch-lib-python-RestrictedPython deleted file mode 100644 index dacf354759a4..000000000000 --- a/www/zope211/files/patch-lib-python-RestrictedPython +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - |