This commit is contained in:
Fabio M. Costa 2013-04-10 15:43:34 -07:00
commit 0706ce1eb5

View File

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