changed importing system

This commit is contained in:
Artem30801
2020-10-25 21:07:45 +03:00
parent 013faf7593
commit 6bfb7c0771
6 changed files with 14 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ from functools import partialmethod
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtCore import Qt as Qt, QUrl, QDir
from config import ConfigManager
from lib.config import ConfigManager
# Additional custom roles to interact with various table data
ModelDataRole = 998