mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
parent
7bf5246b93
commit
eccef43837
6
setup.py
6
setup.py
|
@ -178,12 +178,6 @@ def get_version():
|
||||||
return locals()['__version__']
|
return locals()['__version__']
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
import _tkinter
|
|
||||||
except (ImportError, OSError):
|
|
||||||
# pypy emits an oserror
|
|
||||||
_tkinter = None
|
|
||||||
|
|
||||||
NAME = 'Pillow'
|
NAME = 'Pillow'
|
||||||
PILLOW_VERSION = get_version()
|
PILLOW_VERSION = get_version()
|
||||||
JPEG_ROOT = None
|
JPEG_ROOT = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user