From 078cdfd6c0e77bd84cb651ece8ffb6a9dfa78af0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Tue, 7 May 2024 11:52:05 +0200
Subject: [PATCH] fix : pkg paths

---
 aidge_core/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aidge_core/__init__.py b/aidge_core/__init__.py
index c65dcc6cf..1c281dcbd 100644
--- a/aidge_core/__init__.py
+++ b/aidge_core/__init__.py
@@ -7,5 +7,5 @@ http://www.eclipse.org/legal/epl-2.0.
 
 SPDX-License-Identifier: EPL-2.0
 """
-from aidge_core.aidge_core import * # import so generated by PyBind
-from aidge_core.export import ExportNode
+from . import * # import so generated by PyBind
+from .export import ExportNode
-- 
GitLab