diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 87ba68143..53c73e6ca 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -336,6 +336,8 @@ def enumwindowsproc(window_handle, l_param): # noqa: CCR001 def already_running_popup(): """Create the "already running" popup.""" + import tkinter as tk + from tkinter import ttk # Check for CL arg that suppresses this popup. if args.suppress_dupe_process_popup: sys.exit(0)