Skip to content

Commit

Permalink
replaced django.utils.importlib with importlib due to deprecation in …
Browse files Browse the repository at this point in the history
…Django 1.9
  • Loading branch information
berislavlopac committed Apr 1, 2015
1 parent 58e0ccd commit bee5e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstemplate/loading.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import unicode_literals

import six
from importlib import import_module
from django.core.exceptions import ImproperlyConfigured
from django.utils.importlib import import_module

from .conf import conf

Expand Down

0 comments on commit bee5e66

Please sign in to comment.