summaryrefslogtreecommitdiff
path: root/service/test/integration/test_search.py
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-03-18 17:17:35 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-03-18 17:17:35 -0300
commitdb7f2cc07eba1ac2275495c3eb045d5610b776d3 (patch)
treecfa02f10f7f4d73803c5a41c8ba017833038848a /service/test/integration/test_search.py
parentbdba0f2fce00d53d445371be3c09cda01274d0e8 (diff)
cleaning import * from integration and unit tests
Diffstat (limited to 'service/test/integration/test_search.py')
-rw-r--r--service/test/integration/test_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/integration/test_search.py b/service/test/integration/test_search.py
index 9062bf67..f90ed80f 100644
--- a/service/test/integration/test_search.py
+++ b/service/test/integration/test_search.py
@@ -14,7 +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/>.
-from test.support.integration import *
+from test.support.integration import SoledadTestBase, MailBuilder
class SearchTest(SoledadTestBase):