mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Deprecated django.utils.importlib
This was a shim for pre-Python 2.7 support.
This commit is contained in:
parent
ac09558760
commit
fdd7a355bf
38 changed files with 64 additions and 49 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import imp
|
||||
from importlib import import_module
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
from zipimport import zipimporter
|
||||
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.utils.importlib import import_module
|
||||
from django.utils.module_loading import import_by_path, module_has_submodule
|
||||
from django.utils._os import upath
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue