summaryrefslogtreecommitdiff
path: root/net-im/jabber-pyicq/files/patch-tools__infodump.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber-pyicq/files/patch-tools__infodump.py')
-rw-r--r--net-im/jabber-pyicq/files/patch-tools__infodump.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/jabber-pyicq/files/patch-tools__infodump.py b/net-im/jabber-pyicq/files/patch-tools__infodump.py
deleted file mode 100644
index 0be2ae5ecb93..000000000000
--- a/net-im/jabber-pyicq/files/patch-tools__infodump.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/infodump.py.orig 2014-10-06 16:48:04 UTC
-+++ tools/infodump.py
-@@ -41,7 +41,7 @@
- print "Nevow Version: Unknown or Not Installed"
-
- try:
-- from Image import VERSION
-+ from PIL.Image import VERSION
- print "Python Imaging Library (PIL) Version: " + VERSION
- except:
- print "Python Imaging Library (PIL) Version: Unknown or Not Installed"