1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

utils.importlib is deprecated

This commit is contained in:
Andrew Godwin
2013-08-09 17:36:16 +01:00
parent 679627660f
commit 9f73629420
4 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ from __future__ import unicode_literals
import datetime
import types
import os
from importlib import import_module
from django.utils import six
from django.utils.importlib import import_module
from django.db import models
from django.db.models.loading import cache
from django.db.migrations.loader import MigrationLoader