From b2fb02b976b37c433b5e9e96ecc1cb5585a58702 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 30 May 2013 12:11:19 +0200 Subject: [PATCH] New immutable object type that is properly frozen. Part of #155 --- djadmin2/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djadmin2/tests/__init__.py b/djadmin2/tests/__init__.py index e3d1ba1..637e13c 100644 --- a/djadmin2/tests/__init__.py +++ b/djadmin2/tests/__init__.py @@ -1,5 +1,5 @@ from test_admin2tags import * -from test_models import * +from test_types import * from test_utils import * from test_views import * from test_core import *