diff --git a/dajaxice/core/Dajaxice.py b/dajaxice/core/Dajaxice.py index 86aa6e0..c047c81 100644 --- a/dajaxice/core/Dajaxice.py +++ b/dajaxice/core/Dajaxice.py @@ -1,6 +1,6 @@ import logging -from django.utils.importlib import import_module +from importlib import import_module log = logging.getLogger('dajaxice')