mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Use native importlib.
This commit is contained in:
parent
a3334a05ec
commit
ca8841ce9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue