Comment 12 for bug 1112496

Revision history for this message
Barry Warsaw (barry) wrote :

Well, something like the linked branch is the idea. It works for `import Image` (Python 2 only of course), but if there are other modules that typically get imported from the top-level namespace instead of as a subpackage of PIL, they'll have to be added individually. I couldn't figure out a good way around that.