summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 83fd792ffa..1dde0abb0e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
import os
import sys
-
-from setuptools import setup, find_packages
from distutils.sysconfig import get_python_lib
+from setuptools import find_packages, setup
+
# Warn if we are installing over top of an existing installation. This can
# cause issues where files that were deleted from a more recent Django are
# still present in site-packages. See #18115.