summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-08-17 10:53:26 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-17 11:10:37 +0100
commitc8986ebe26af6b17a09d714dbdb29d1b34b72c6e (patch)
tree11d873c03acc1f550171ca969a679e9832dfdff9 /alot/commands/thread.py
parent96308edb406bfe57437a6b662d8a20cb7f1b9778 (diff)
directly import Completers from their resp module
... instead of from alot.completion
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index c69aca8b..90f17bea 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -24,7 +24,8 @@ from .globals import MoveCommand
from .globals import CommandCanceled
from .common import RetagPromptCommand
from .envelope import SendCommand
-from ..completion import ContactsCompleter, PathCompleter
+from ..completion.contacts import ContactsCompleter
+from ..completion.path import PathCompleter
from ..db.utils import decode_header
from ..db.utils import formataddr
from ..db.utils import extract_headers