aboutsummaryrefslogtreecommitdiff
path: root/deskutils/narval
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-11-05 15:54:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-11-05 15:54:25 +0000
commit6e1bd9358cd4983c9c34f77bd1a3d4a785d0409a (patch)
tree433e6d4b6447cd72694b8739586d6fab19427550 /deskutils/narval
parentc1c48765567cd031b35051432b4371622326b4df (diff)
downloadports-6e1bd9358cd4983c9c34f77bd1a3d4a785d0409a.tar.gz
ports-6e1bd9358cd4983c9c34f77bd1a3d4a785d0409a.zip
Notes
Diffstat (limited to 'deskutils/narval')
-rw-r--r--deskutils/narval/files/patch-apycot.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/narval/files/patch-apycot.py b/deskutils/narval/files/patch-apycot.py
new file mode 100644
index 000000000000..3ae2727de457
--- /dev/null
+++ b/deskutils/narval/files/patch-apycot.py
@@ -0,0 +1,20 @@
+--- apycot.py.orig 2007-11-05 12:48:48.000000000 +0100
++++ apycot.py 2007-11-05 12:49:18.000000000 +0100
+@@ -17,6 +17,8 @@
+ # You should have received a copy of the GNU Lesser General Public
+ # License along with this library; if not, write to the Free Software
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
++from __future__ import generators
++
+ """Apycot_ extenstions for narval acceptance tests
+
+ .. _Apycot: http://www.logilab.org/projects/apycot
+@@ -44,8 +46,6 @@
+ __revision__ = '$Id: autotest.py,v 1.2 2002/08/14 11:47:37 syt Exp $'
+ __docformat__ = "restructuredtext en"
+
+-from __future__ import generators
+-
+ import sys
+ import re
+ import traceback