summaryrefslogtreecommitdiff
path: root/editors/zim/patches/patch-zim_plugins_linesorter.py
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zim/patches/patch-zim_plugins_linesorter.py')
-rw-r--r--editors/zim/patches/patch-zim_plugins_linesorter.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/zim/patches/patch-zim_plugins_linesorter.py b/editors/zim/patches/patch-zim_plugins_linesorter.py
deleted file mode 100644
index 959d5d75ae8..00000000000
--- a/editors/zim/patches/patch-zim_plugins_linesorter.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-zim_plugins_linesorter.py,v 1.1 2011/08/25 10:11:09 ryoon Exp $
-
-Fix build with python25
-
---- zim/plugins/linesorter.py.orig 2011-04-07 20:21:33.000000000 +0000
-+++ zim/plugins/linesorter.py
-@@ -3,6 +3,8 @@
- # Copyright 2011 NorfCran <norfcran@gmail.com>
- # License: same as zim (gpl)
-
-+from __future__ import with_statement
-+
- import gtk
-
- from zim.plugins import PluginClass