summaryrefslogtreecommitdiff
path: root/tests/commands
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-30 14:12:33 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-30 14:12:33 +0100
commitcd35ec5f89cff3ba8c7780209efa7e8b0628744d (patch)
treea5f21a0b08ab2ce8a182f6cce7283f15d8f14dea /tests/commands
parent5dfe5a2831adbe3ec129d2ede1d9039739e98b71 (diff)
db/envelope: move to a new module "mail"
It has nothing to do with the database.
Diffstat (limited to 'tests/commands')
-rw-r--r--tests/commands/test_envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands/test_envelope.py b/tests/commands/test_envelope.py
index d14cbf1f..9531cb57 100644
--- a/tests/commands/test_envelope.py
+++ b/tests/commands/test_envelope.py
@@ -24,7 +24,7 @@ import unittest
from unittest import mock
from alot.commands import envelope
-from alot.db.envelope import Envelope
+from alot.mail.envelope import Envelope
from alot.errors import GPGProblem
from alot.settings.errors import NoMatchingAccount
from alot.settings.manager import SettingsManager