]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python-cffi/tests/test_tags.py
Rename package to notmuch2
[notmuch] / bindings / python-cffi / tests / test_tags.py
index 0cb42d8924d0b3ffdde8da389e8d8404e8bb024d..f12fa1e6b94dbdc4a14ae3efe574c233e1cf7ed3 100644 (file)
@@ -9,8 +9,8 @@ import textwrap
 
 import pytest
 
-from notdb import _database as database
-from notdb import _tags as tags
+from notmuch2 import _database as database
+from notmuch2 import _tags as tags
 
 
 class TestImmutable: