]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/thread.py
python: move Messages class into its own file
[notmuch] / bindings / python / notmuch / thread.py
index d1ba3e55be4d771ccb83614264deb01425cfc4f6..c599bcbf647d4f625a10c71f0aeaa8b7ff2dc60b 100644 (file)
@@ -28,7 +28,7 @@ from notmuch.globals import (
     NotmuchMessagesP,
     NotmuchTagsP,
 )
-from notmuch.message import Messages
+from .messages import Messages
 from notmuch.tag import Tags
 from datetime import date