mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
makes sure this script is executed with systems python
Also removed some unused imports
This commit is contained in:
parent
71a4c97077
commit
f0f405ac92
|
@ -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