summaryrefslogtreecommitdiff
path: root/tests/commands/envelope_test.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-18 13:53:40 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:53 -0700
commitd5b96fd2d39aebce0f8ca22c37aa5a3830e1d643 (patch)
tree52b96524348a4fe1ca5051ecf178b72c37661a08 /tests/commands/envelope_test.py
parent408724291ccd60f6cbd56208592a49badee16770 (diff)
tests: drop remaining references to twisted from unit tests
all unittests now use asyncio and the standard unittest framework.
Diffstat (limited to 'tests/commands/envelope_test.py')
-rw-r--r--tests/commands/envelope_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/commands/envelope_test.py b/tests/commands/envelope_test.py
index 8261da34..3efce261 100644
--- a/tests/commands/envelope_test.py
+++ b/tests/commands/envelope_test.py
@@ -20,8 +20,7 @@ import email
import os
import tempfile
import textwrap
-
-from twisted.trial import unittest
+import unittest
import mock