Merge pull request #184 from fabiomcosta/master

Fix usage of pilfont.py script
This commit is contained in:
Alex Clark ☺ 2013-04-10 16:01:51 -07:00
commit fc65e9345f

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# The Python Imaging Library
# $Id$
@ -13,8 +14,7 @@ from __future__ import print_function
VERSION = "0.4"
import site
import glob, os, sys
import glob, sys
# drivers
from PIL import BdfFontFile