From 939719b50080e5b39e0d0c9e59191cdd1f40b5c2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 Mar 2011 21:40:36 -0500 Subject: [PATCH] unused import --- pyramid_mailer/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyramid_mailer/tests.py b/pyramid_mailer/tests.py index 13e0d95..e974c26 100644 --- a/pyramid_mailer/tests.py +++ b/pyramid_mailer/tests.py @@ -3,8 +3,6 @@ import unittest -from pyramid import testing - class TestAttachment(unittest.TestCase): def test_data_from_string(self):