diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-03 15:53:04 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-03 15:53:04 +0000 |
commit | bd3acbc8dffa3c712df1fb4819acb762aed2a191 (patch) | |
tree | 9c3d0ecb6cf0bba4cff391c9a5aca2da7dab91b9 /www/zope211/files/patch-Dependencies-RestrictedPython | |
parent | - update to 1.11 (diff) |
- Update to 2.9.4
PR: ports/101236
Submitted by: HAYASHI Yasushi <yasi at yasi.to> (maintainer)
Diffstat (limited to 'www/zope211/files/patch-Dependencies-RestrictedPython')
-rw-r--r-- | www/zope211/files/patch-Dependencies-RestrictedPython | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/zope211/files/patch-Dependencies-RestrictedPython b/www/zope211/files/patch-Dependencies-RestrictedPython deleted file mode 100644 index 927c611a704a..000000000000 --- a/www/zope211/files/patch-Dependencies-RestrictedPython +++ /dev/null @@ -1,10 +0,0 @@ ---- Dependencies/RestrictedPython-Zope-2.9.3/RestrictedPython/tests/verify.py.orig Sat Jan 7 21:07:51 2006 -+++ Dependencies/RestrictedPython-Zope-2.9.3/RestrictedPython/tests/verify.py Sun Jan 15 13:43:23 2006 -@@ -21,6 +21,7 @@ - function. - """ - -+from __future__ import generators - import dis - import types - |