- fixed some possible issues due of changes in version 2.0 of Shapely
- removed the import * statement from most of the app
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import os
|
||||
|
||||
from PyQt6 import QtGui, QtCore, QtWidgets
|
||||
from PyQt6.QtCore import QSettings
|
||||
from defaults import AppDefaults
|
||||
|
||||
import os
|
||||
|
||||
from defaults import AppDefaults
|
||||
from appGUI.GUIElements import FCMessageBox
|
||||
|
||||
import gettext
|
||||
|
||||
Reference in New Issue
Block a user