diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
Notes
Diffstat (limited to 'www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py')
-rw-r--r-- | www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py b/www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py deleted file mode 100644 index 125b4307cd91..000000000000 --- a/www/zope29/files/patch-lib-python-restrictedpython-tests-verify.py +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/python/RestrictedPython/tests/verify.py.orig Thu Jun 17 13:39:24 2004 -+++ lib/python/RestrictedPython/tests/verify.py Thu Jun 17 13:39:41 2004 -@@ -21,6 +21,7 @@ - function. - """ - -+from __future__ import generators - import dis - import types - |