summaryrefslogtreecommitdiffstats
path: root/tests/commit_page_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commit_page_test.py')
-rw-r--r--tests/commit_page_test.py2
1 files changed, 1 insertions, 1 deletions
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():