Merge pull request #1522 from python-pillow/hugovk-patch-1

Shebang it
This commit is contained in:
Andrew Murray 2015-11-04 19:29:23 +11:00
commit 9645e3d278

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
from __future__ import print_function
import base64
import os