Commit 41e7eaaf authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

geometry: Rename PlotXY file.

Showing with 1 addition and 2 deletions
+1 -2
...@@ -17,7 +17,7 @@ from PyQt5.QtWidgets import ( ...@@ -17,7 +17,7 @@ from PyQt5.QtWidgets import (
QApplication, QMainWindow, QFileDialog, QCheckBox 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.mainwindow_ui_reach import Ui_MainWindow
from View.Geometry import qtableview_reach from View.Geometry import qtableview_reach
from View.Geometry import window_profileXYZ from View.Geometry import window_profileXYZ
......
...@@ -7,7 +7,6 @@ from PyQt5.QtCore import ( ...@@ -7,7 +7,6 @@ from PyQt5.QtCore import (
QCoreApplication QCoreApplication
) )
_translate = QCoreApplication.translate _translate = QCoreApplication.translate
class PlotXY(APlot): class PlotXY(APlot):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment