summaryrefslogtreecommitdiffstats
path: root/tests/overview_page_test.py
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-19 19:21:11 +0200
committerChristoph Schlosser <christoph@linux.com>2025-09-19 19:21:11 +0200
commita3324b7e71ec48daab81981e7d85967a590d4f79 (patch)
treedef4a8d901d9a56047a0e63f5f3d93803c93ee87 /tests/overview_page_test.py
parentbd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1 (diff)
downloadgit2hugo-a3324b7e71ec48daab81981e7d85967a590d4f79.tar.gz
g2h: Add utility script
Also move the sources into the more conventional src/g2h dir
Diffstat (limited to 'tests/overview_page_test.py')
-rw-r--r--tests/overview_page_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/overview_page_test.py b/tests/overview_page_test.py
index d2b3f82..2e7b32c 100644
--- a/tests/overview_page_test.py
+++ b/tests/overview_page_test.py
@@ -1,6 +1,6 @@
from unittest.mock import Mock
-from g2h.overview_page import OverviewPage
+from src.g2h.overview_page import OverviewPage
def test_init():
commit = Mock()