Skip to content

Commit

Permalink
import_module from importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
predatell committed Mar 18, 2016
1 parent 5c64ad4 commit e40d745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ImportError:
from django.utils._threading_local import local

from django.utils.importlib import import_module
from importlib import import_module
from django.conf import settings

_thread_locals = local()
Expand Down

0 comments on commit e40d745

Please sign in to comment.