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/autoreload.py | |
| parent | 6704b5298035d3041b9bc14b72e9a2858fef513f (diff) | |
Removed some obsolete absolute_imports.
Diffstat (limited to 'django/utils/autoreload.py')
| -rw-r--r-- | django/utils/autoreload.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py index 9c3e0bf5ef..f4ac4977f7 100644 --- a/django/utils/autoreload.py +++ b/django/utils/autoreload.py @@ -28,9 +28,6 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Avoid importing `import importlib` from this package -from __future__ import absolute_import - import os import signal import sys |
