mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 13:43:28 +03:00
Merge pull request #184 from fabiomcosta/master
Fix usage of pilfont.py script
This commit is contained in:
commit
fc65e9345f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user