Skip to content

Commit 1c3e3fa

Browse files
committed
Fixing tests
1 parent f8563ec commit 1c3e3fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bootstrap3/tests.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
import re
55

6-
try:
7-
from unittest import TestCase
8-
TestCase.AssertIn
9-
except AttributeError:
10-
from django.utils.unittest.case import TestCase
6+
from django.test import TestCase
117

128
from django import forms
139
from django.template import Template, Context

0 commit comments

Comments
 (0)