mitmproxy/libmproxy/console
Mathieu Mitchell 15c367ffb4 Workaround for PIL's ambiguious import method and/or easy_install PIL packaging problem.
PIL documents two different way to import it's modules:
* import Image (http://www.pythonware.com/library/pil/handbook/introduction.htm)
* from PIL import Image (http://www.pythonware.com/library/pil/handbook/image.htm)

The same problem was noted in Django at https://code.djangoproject.com/ticket/6054
2012-11-23 11:48:24 -05:00
..
__init__.py Urwid 1.1 compatibility. 2012-10-29 09:30:59 +13:00
common.py Add interface to mark content missing, and extend UI to indicate when content is missing. 2012-05-16 18:16:44 +12:00
contentview.py Workaround for PIL's ambiguious import method and/or easy_install PIL packaging problem. 2012-11-23 11:48:24 -05:00
flowdetailview.py Fix error when viewing extended details of SSL flow. 2012-07-06 13:33:55 +12:00
flowlist.py Move eventlog to new Urwid container API. 2012-11-23 15:44:43 +13:00
flowview.py Add a graphical editor for path components (e -> p shortcut from request view screen). 2012-08-19 13:15:54 +12:00
grideditor.py Add U shortcut to add user-agent strings to global Headers editor. 2012-09-02 11:50:17 +12:00
help.py Add help entry for H global header shortcut. 2012-09-02 11:53:00 +12:00
palettes.py Improve palette colors for headings 2012-07-01 09:03:20 +02:00