Skip to content

Commit 052dbc6

Browse files
committed
remove fallback import that's not necessary anymore since python 2.6 was dropped
1 parent 4d6be89 commit 052dbc6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bootstrap3/bootstrap.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
from __future__ import unicode_literals
33

44
from django.conf import settings
5-
try:
6-
from importlib import import_module
7-
except ImportError:
8-
from django.utils.importlib import import_module
5+
from importlib import import_module
96

107

118
# Default settings

0 commit comments

Comments
 (0)