diff options
Diffstat (limited to 'net-im/jabber-pyicq/files/patch-src__contact.py')
-rw-r--r-- | net-im/jabber-pyicq/files/patch-src__contact.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/jabber-pyicq/files/patch-src__contact.py b/net-im/jabber-pyicq/files/patch-src__contact.py deleted file mode 100644 index c9ca2e0964a4..000000000000 --- a/net-im/jabber-pyicq/files/patch-src__contact.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/contact.py.orig 2014-10-06 16:48:44 UTC -+++ src/contact.py -@@ -13,7 +13,7 @@ - import globals - import base64 - if not config.disableAvatars: -- import Image -+ from PIL import Image - import StringIO - - |