diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /www/zope213/files/patch-lib-python-RestrictedPython | |
parent | bdce4d94e267612e2955a9270d4659712a679dea (diff) |
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 - |