summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/templates/custom.py')
-rw-r--r--tests/regressiontests/templates/custom.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/regressiontests/templates/custom.py b/tests/regressiontests/templates/custom.py
index c05229e6f2..6bbbe35f03 100644
--- a/tests/regressiontests/templates/custom.py
+++ b/tests/regressiontests/templates/custom.py
@@ -1,6 +1,10 @@
+from __future__ import absolute_import
+
from django import template
from django.utils.unittest import TestCase
-from templatetags import custom
+
+from .templatetags import custom
+
class CustomFilterTests(TestCase):
def test_filter(self):