diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-09 13:37:23 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-09 13:37:23 -0500 |
| commit | 2ee9bce654f940a8de5ef121f39b6fcb6d09741a (patch) | |
| tree | 46eb473c0b62ea5c3db969c372636d3d1dec2962 /django/utils/module_loading.py | |
| parent | 6704b5298035d3041b9bc14b72e9a2858fef513f (diff) | |
Removed some obsolete absolute_imports.
Diffstat (limited to 'django/utils/module_loading.py')
| -rw-r--r-- | django/utils/module_loading.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/utils/module_loading.py b/django/utils/module_loading.py index 568493ba96..55d89caa46 100644 --- a/django/utils/module_loading.py +++ b/django/utils/module_loading.py @@ -1,6 +1,3 @@ -# Avoid importing `importlib` from this package. -from __future__ import absolute_import - import copy import os import sys |
