mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-09 22:42:09 +08:00
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