public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-proxy/mitmproxy/files: mitmproxy-0.9.1-pil-import.patch
@ 2013-06-17  7:04 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-06-17  7:04 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/17 07:04:09

  Added:                mitmproxy-0.9.1-pil-import.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.1                  net-proxy/mitmproxy/files/mitmproxy-0.9.1-pil-import.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/mitmproxy/files/mitmproxy-0.9.1-pil-import.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/mitmproxy/files/mitmproxy-0.9.1-pil-import.patch?rev=1.1&content-type=text/plain

Index: mitmproxy-0.9.1-pil-import.patch
===================================================================
--- mitmproxy-0.9.1/examples/upsidedownternet.py
+++ mitmproxy-0.9.1/examples/upsidedownternet.py
@@ -1,4 +1,6 @@
-import Image, cStringIO
+import cStringIO
+try: from PIL import Image
+except ImportError: import Image
 def response(context, flow):
     if flow.response.headers["content-type"] == ["image/png"]:
         s = cStringIO.StringIO(flow.response.content)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-proxy/mitmproxy/files: mitmproxy-0.9.1-pil-import.patch
@ 2014-10-08  1:09 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-10-08  1:09 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/10/08 01:09:11

  Removed:              mitmproxy-0.9.1-pil-import.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-08  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17  7:04 [gentoo-commits] gentoo-x86 commit in net-proxy/mitmproxy/files: mitmproxy-0.9.1-pil-import.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-08  1:09 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox