Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
9
venv/lib/python3.9/site-packages/PIL/_tkinter_finder.py
Normal file
9
venv/lib/python3.9/site-packages/PIL/_tkinter_finder.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
""" Find compiled module linking to Tcl / Tk libraries
|
||||
"""
|
||||
import sys
|
||||
from tkinter import _tkinter as tk
|
||||
|
||||
if hasattr(sys, "pypy_find_executable"):
|
||||
TKINTER_LIB = tk.tklib_cffi.__file__
|
||||
else:
|
||||
TKINTER_LIB = tk.__file__
|
||||
Loading…
Add table
Add a link
Reference in a new issue