diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-02-11 03:06:02 +0000 |
commit | f259566108892351d3632c07a73d13c19134360f (patch) | |
tree | d8c04c2dd9d515238e6ff20e97948fc22f7f82be /www/zope213/files/patch-lib-python-RestrictedPython | |
parent | 9a9990fce5c321d0ddf8afab886e1a0b61cbee55 (diff) |
Notes
Diffstat (limited to 'www/zope213/files/patch-lib-python-RestrictedPython')
-rw-r--r-- | www/zope213/files/patch-lib-python-RestrictedPython | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/zope213/files/patch-lib-python-RestrictedPython b/www/zope213/files/patch-lib-python-RestrictedPython deleted file mode 100644 index dacf354759a4..000000000000 --- a/www/zope213/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 - |