From a3324b7e71ec48daab81981e7d85967a590d4f79 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 19 Sep 2025 19:21:11 +0200 Subject: g2h: Add utility script Also move the sources into the more conventional src/g2h dir --- tests/commit_page_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/commit_page_test.py') diff --git a/tests/commit_page_test.py b/tests/commit_page_test.py index 2078ed3..0d7a225 100644 --- a/tests/commit_page_test.py +++ b/tests/commit_page_test.py @@ -1,4 +1,4 @@ -from g2h.commit_page import CommitPage, redact_email +from src.g2h.commit_page import CommitPage, redact_email from unittest.mock import MagicMock def test_init(): -- cgit v1.2.3