summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-30 16:42:23 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-30 16:42:23 +0100
commit10135f6d1563ccd01c9afc90613f7dd16ca4c541 (patch)
treeedc64134cb6d5f1414033368226fb81c0a1580a9 /alot/widgets
parent309fb25e9b089618c37f1a741fa6009cce54ac9e (diff)
db/attachment: move to mail/
It has nothing whatsoever to do with the database.
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/globals.py2
1 files changed, 1 insertions, 1 deletions
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):