summaryrefslogtreecommitdiff
path: root/tests/regressiontests/string_lookup/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/string_lookup/tests.py')
-rw-r--r--tests/regressiontests/string_lookup/tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/regressiontests/string_lookup/tests.py b/tests/regressiontests/string_lookup/tests.py
index 152e1ffbec..f5ae73a6ca 100644
--- a/tests/regressiontests/string_lookup/tests.py
+++ b/tests/regressiontests/string_lookup/tests.py
@@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-
+from __future__ import absolute_import
+
from django.test import TestCase
-from regressiontests.string_lookup.models import Foo, Whiz, Bar, Article, Base, Child
+from .models import Foo, Whiz, Bar, Article, Base, Child
+
class StringLookupTests(TestCase):