geometry: Rename PlotXY file.

mesh
Pierre-Antoine Rouby 2023-04-19 10:28:04 +02:00
parent e7b6e66890
commit 41e7eaaf04
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,6 @@ from PyQt5.QtCore import (
QCoreApplication
)
_translate = QCoreApplication.translate
class PlotXY(APlot):