updates
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
""" Find compiled module linking to Tcl / Tk libraries
|
||||
"""
|
||||
"""Find compiled module linking to Tcl / Tk libraries"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
import tkinter
|
||||
from tkinter import _tkinter as tk
|
||||
|
||||
tk = getattr(tkinter, "_tkinter")
|
||||
|
||||
try:
|
||||
if hasattr(sys, "pypy_find_executable"):
|
||||
|
||||
Reference in New Issue
Block a user