Mercurial > p > roundup > code
diff test/test_mailgw.py @ 6325:1a15089c2e49 issue2550923_computed_property
Merge trunk into branch
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Feb 2021 20:15:26 -0500 |
| parents | 778a9f455067 |
| children | 14c9284a8bad |
line wrap: on
line diff
--- a/test/test_mailgw.py Fri Jan 15 16:34:30 2021 -0500 +++ b/test/test_mailgw.py Sat Feb 06 20:15:26 2021 -0500 @@ -13,7 +13,7 @@ import email from . import gpgmelib -import unittest, tempfile, os, shutil, errno, imp, sys, difflib, time, io +import unittest, tempfile, os, shutil, errno, sys, difflib, time, io import pytest
