From f227092d01c2b5c9e326642deba92e651c8d9d69 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Tue, 24 Jun 2025 10:54:46 +0200
Subject: [PATCH] use flatt directory structure

---
 stundenplan/src/shortestpath_tests.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stundenplan/tests/pygraph/shortestpath_tests.py b/stundenplan/src/shortestpath_tests.py
similarity index 91%
rename from stundenplan/tests/pygraph/shortestpath_tests.py
rename to stundenplan/src/shortestpath_tests.py
index dc914a1..85ab21f 100644
--- a/stundenplan/tests/pygraph/shortestpath_tests.py
+++ b/stundenplan/src/shortestpath_tests.py
@@ -1,7 +1,7 @@
 import unittest
 
-from pygraph.graphdemo import Graph
-from pygraph.shortestpath import bfs, bfs_dict, find_path, find_path_gpt
+from graphdemo import Graph
+from shortestpath import bfs, bfs_dict, find_path, find_path_gpt
 
 
 class ShortestPathTestCase(unittest.TestCase):

--
Gitblit v1.10.0