From 10135f6d1563ccd01c9afc90613f7dd16ca4c541 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 30 Jan 2021 16:42:23 +0100 Subject: db/attachment: move to mail/ It has nothing whatsoever to do with the database. --- alot/widgets/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/widgets') diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py index 7f2a9dcd..66e51406 100644 --- a/alot/widgets/globals.py +++ b/alot/widgets/globals.py @@ -15,7 +15,7 @@ from ..errors import CompletionError class AttachmentWidget(urwid.WidgetWrap): """ - one-line summary of an :class:`~alot.db.attachment.Attachment`. + one-line summary of an :class:`~alot.mail.attachment.Attachment`. """ def __init__(self, attachment, selectable=True): -- cgit v1.2.3