Skip to content

Instantly share code, notes, and snippets.

@mcnemesis
Created June 2, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcnemesis/bd59f6bac0cb4c5e9c15 to your computer and use it in GitHub Desktop.
Save mcnemesis/bd59f6bac0cb4c5e9c15 to your computer and use it in GitHub Desktop.
Fixes the nasty bug!
try:
from PIL import Image, ImageOps
except ImportError:
import Image, ImageOps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment