From c8621c865b47384f26f7a460df679cbd78f25159 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 2 Mar 2013 15:41:51 +0100 Subject: [PATCH] Minor fix. --- tests/test_database.py | 2 +- tests/test_redis.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_database.py b/tests/test_database.py index d861b86..6db7468 100644 --- a/tests/test_database.py +++ b/tests/test_database.py @@ -2,8 +2,8 @@ import sys from django.test import TestCase -from constance.config import Config from constance import settings +from constance.config import Config from .storage import TestStorage diff --git a/tests/test_redis.py b/tests/test_redis.py index 381af95..1100463 100644 --- a/tests/test_redis.py +++ b/tests/test_redis.py @@ -2,8 +2,8 @@ import sys from django.test import TestCase -from constance.config import Config from constance import settings +from constance.config import Config from .storage import TestStorage