diff options
Diffstat (limited to 'service/test/integration/drafts_test.py')
-rw-r--r-- | service/test/integration/drafts_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/integration/drafts_test.py b/service/test/integration/drafts_test.py index 64826fde..e0b49c13 100644 --- a/service/test/integration/drafts_test.py +++ b/service/test/integration/drafts_test.py @@ -14,6 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see <http://www.gnu.org/licenses/>. import unittest + from test.support.integration_helper import MailBuilder, SoledadTestBase |