diff options
Diffstat (limited to 'tests/bug8245/tests.py')
| -rw-r--r-- | tests/bug8245/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bug8245/tests.py b/tests/bug8245/tests.py index 5da0b1f718..7a91d04af1 100644 --- a/tests/bug8245/tests.py +++ b/tests/bug8245/tests.py @@ -1,5 +1,6 @@ +from unittest import TestCase + from django.contrib import admin -from django.utils.unittest import TestCase class Bug8245Test(TestCase): |
