summaryrefslogtreecommitdiff
path: root/community/gwibber/gwibber-pillow.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-08 02:34:09 -0700
committerroot <root@rshg054.dnsready.net>2013-10-08 02:34:09 -0700
commit3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (patch)
treea6af20a38d47d7a7ae8e1b98f70005c54644bbdd /community/gwibber/gwibber-pillow.patch
parent9159b8ca1c97a398204d7a7d4d78c3394639bd02 (diff)
Tue Oct 8 02:32:53 PDT 2013
Diffstat (limited to 'community/gwibber/gwibber-pillow.patch')
-rw-r--r--community/gwibber/gwibber-pillow.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/gwibber/gwibber-pillow.patch b/community/gwibber/gwibber-pillow.patch
deleted file mode 100644
index 211d22e73..000000000
--- a/community/gwibber/gwibber-pillow.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur gwibber-3.6.0.orig/gwibber/microblog/util/imagehandler.py gwibber-3.6.0/gwibber/microblog/util/imagehandler.py
---- gwibber-3.6.0.orig/gwibber/microblog/util/imagehandler.py 2012-08-21 06:14:09.000000000 +0200
-+++ gwibber-3.6.0/gwibber/microblog/util/imagehandler.py 2013-09-15 15:03:07.056371930 +0200
-@@ -1,6 +1,7 @@
- #!/usr/bin/env python
-
--import os, hashlib, urllib2, Image
-+import os, hashlib, urllib2
-+from PIL import Image
-
- DEFAULT_AVATAR = 'http://digg.com/img/udl.png'
-
-diff -Naur gwibber-3.6.0.orig/gwibber/microblog/util/resources.py gwibber-3.6.0/gwibber/microblog/util/resources.py
---- gwibber-3.6.0.orig/gwibber/microblog/util/resources.py 2012-08-21 06:14:09.000000000 +0200
-+++ gwibber-3.6.0/gwibber/microblog/util/resources.py 2013-09-15 15:02:36.825648020 +0200
-@@ -8,7 +8,7 @@
- from hashlib import sha1
- from os import makedirs, remove, environ
- from os.path import join, isdir, realpath, exists
--import Image
-+from PIL import Image
- from datetime import datetime
- from gwibber.microblog import network
- from gwibber.microblog.util.const import *