Zope is an exciting new object-based, open source web application platform. It allows you to build powerful and dynamic web applications easily. Zope comes with source code and is friendly to developers as well as users. Zope 2.10.x is needed to run Plone 3.
12 lines
337 B
Text
12 lines
337 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/12/18 15:35:28 taca Exp $
|
|
|
|
--- lib/python/RestrictedPython/tests/verify.py.orig 2007-03-25 18:46:21.000000000 +0900
|
|
+++ lib/python/RestrictedPython/tests/verify.py
|
|
@@ -21,6 +21,7 @@ all attribute access is performed via th
|
|
function.
|
|
"""
|
|
|
|
+from __future__ import generators
|
|
import dis
|
|
import types
|
|
|