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

missed an import

This commit is contained in:
A_D 2021-09-24 17:06:51 +02:00
parent 30b2d481c4
commit c0351fec9b
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -365,7 +365,6 @@ import tkinter.messagebox
from tkinter import ttk
import commodity
import companion
import plug
import prefs
import stats
@ -1901,6 +1900,7 @@ sys.path: {sys.path}'''
# HACK: n/a | 2021-11-24: --force-localserver-auth does not work if companion is imported early -cont.
# HACK: n/a | 2021-11-24: as we modify config before this is used.
import companion
from companion import CAPIData, index_possibly_sparse_list
# TODO: unittests in place of these