use a module to fix import paths

This commit is contained in:
2023-01-04 01:13:10 +01:00
parent 6cadbe308f
commit c0fff4e59d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
import sys
sys.path.append('d:/PoeTrader')
from src import config
from src.data import Message, compile_regex
from trade_widget import TradeCollection
from src.pyside6.trade_widget import TradeCollection
from PySide6 import QtCore
from PySide6.QtWidgets import QApplication, QMainWindow, QVBoxLayout, QTabWidget