From d0a35f17ee1b830316a7201a887e52dc3ef7cf04 Mon Sep 17 00:00:00 2001 From: Luan fonseca de farias Date: Wed, 4 Dec 2013 15:56:43 -0300 Subject: [PATCH] Removing a forgotten import test file. --- tests/app/tests/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/app/tests/__init__.py b/tests/app/tests/__init__.py index 2d0c975..4641c89 100644 --- a/tests/app/tests/__init__.py +++ b/tests/app/tests/__init__.py @@ -4,5 +4,4 @@ from test_forms import * from test_dynamic_field_groups import * from test_inheritance import * -from test_content_panes import * -from test_utils import * \ No newline at end of file +from test_content_panes import * \ No newline at end of file