1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Removed star import

This commit is contained in:
A_D 2021-03-09 18:34:04 +02:00 committed by Athanasius
parent 82db2e1a06
commit e293f0f334

View File

@ -1,15 +1,14 @@
from sys import platform
import webbrowser
import tkinter as tk
from tkinter import ttk
import webbrowser
from sys import platform
from tkinter import font as tkFont
from tkinter import ttk
if platform == 'win32':
import subprocess
import ctypes
from ctypes.wintypes import *
from winreg import CloseKey, OpenKeyEx, QueryValueEx, HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, KEY_READ, REG_SZ, REG_MULTI_SZ
from winreg import (
HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, CloseKey, OpenKeyEx, QueryValueEx
)
# A clickable ttk Label
#