mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
fe2caca992
PR: ports/68059 Submitted by: Phil Oleson <oz@nixil.net> Approved by: maintainer
11 lines
250 B
Python
11 lines
250 B
Python
--- 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
|
|
|