aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/tests/test_base.py
diff options
context:
space:
mode:
authorFloris Bruynooghe <flub@devork.be>2019-11-17 17:41:35 +0100
committerDavid Bremner <david@tethera.net>2019-12-03 08:12:30 -0400
commite2df30f7a98f91543d0b3561dbb366eb4b3d812c (patch)
tree7b1bb0c60d8723e9e58158b151afbb5d0989c56f /bindings/python-cffi/tests/test_base.py
parenta950aa28449feef76246ad2b64224fd72e2e574c (diff)
Rename package to notmuch2
This is based on a previous discussion on the list where this was more or less seen as the least-bad option.
Diffstat (limited to 'bindings/python-cffi/tests/test_base.py')
-rw-r--r--bindings/python-cffi/tests/test_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/tests/test_base.py b/bindings/python-cffi/tests/test_base.py
index b6d3d62c..d3280a67 100644
--- a/bindings/python-cffi/tests/test_base.py
+++ b/bindings/python-cffi/tests/test_base.py
@@ -1,7 +1,7 @@
import pytest
-from notdb import _base as base
-from notdb import _errors as errors
+from notmuch2 import _base as base
+from notmuch2 import _errors as errors
class TestNotmuchObject: