Use native importlib.

This commit is contained in:
Michael Kutý 2016-01-03 00:01:45 +01:00
parent a3334a05ec
commit ca8841ce9c

View file

@ -1,7 +1,7 @@
from django import VERSION
from django.template import (Template, TemplateDoesNotExist,
TemplateSyntaxError)
from django.utils.importlib import import_module
from importlib import import_module
def get_loaders():