diff --git a/src/View/Geometry/GeometryWindow.py b/src/View/Geometry/GeometryWindow.py index c200458dc7384eda580b5446b70d63cac7065fed..b853005e389cd6f9eb67822b42d58733aa058ed2 100644 --- a/src/View/Geometry/GeometryWindow.py +++ b/src/View/Geometry/GeometryWindow.py @@ -17,7 +17,7 @@ from PyQt5.QtWidgets import ( QApplication, QMainWindow, QFileDialog, QCheckBox ) -from View.Geometry.reach_plot_xy import PlotXY +from View.Geometry.PlotXY import PlotXY from View.Geometry.mainwindow_ui_reach import Ui_MainWindow from View.Geometry import qtableview_reach from View.Geometry import window_profileXYZ diff --git a/src/View/Geometry/reach_plot_xy.py b/src/View/Geometry/PlotXY.py similarity index 99% rename from src/View/Geometry/reach_plot_xy.py rename to src/View/Geometry/PlotXY.py index 4d62513332edc45097e1c46081ea10c0ad793495..2d7b6ed0c07432bc24c67338cf82d807b5afcc03 100644 --- a/src/View/Geometry/reach_plot_xy.py +++ b/src/View/Geometry/PlotXY.py @@ -7,7 +7,6 @@ from PyQt5.QtCore import ( QCoreApplication ) - _translate = QCoreApplication.translate class PlotXY(APlot):