From e4a31b3497f126c55801142228ad76ebac1b5566 Mon Sep 17 00:00:00 2001
From: Theophile Terraz <theophile.terraz@inrae.fr>
Date: Tue, 4 Feb 2025 14:31:17 +0100
Subject: [PATCH] move custom export to sub folder

---
 src/View/Results/{ => CustomExport}/CustomExportAdis.py | 0
 src/View/Results/WindowAdisTS.py                        | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/View/Results/{ => CustomExport}/CustomExportAdis.py (100%)

diff --git a/src/View/Results/CustomExportAdis.py b/src/View/Results/CustomExport/CustomExportAdis.py
similarity index 100%
rename from src/View/Results/CustomExportAdis.py
rename to src/View/Results/CustomExport/CustomExportAdis.py
diff --git a/src/View/Results/WindowAdisTS.py b/src/View/Results/WindowAdisTS.py
index 811dcff2..350e6595 100644
--- a/src/View/Results/WindowAdisTS.py
+++ b/src/View/Results/WindowAdisTS.py
@@ -49,7 +49,7 @@ from View.Tools.Plot.PamhyrToolbar import PamhyrPlotToolbar
 from View.Results.PlotSedAdis import PlotAdis_dx, PlotAdis_dt
 
 from View.Results.CustomPlot.Plot import CustomPlot
-from View.Results.CustomExportAdis import (
+from View.Results.CustomExport.CustomExportAdis import (
     CustomExportAdisDialog,
 )
 
-- 
GitLab