aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_distutils_importer/__init__.py7
-rw-r--r--_distutils_importer/override.py7
2 files changed, 7 insertions, 7 deletions
diff --git a/_distutils_importer/__init__.py b/_distutils_importer/__init__.py
index 06674eb8..3ad70100 100644
--- a/_distutils_importer/__init__.py
+++ b/_distutils_importer/__init__.py
@@ -1,10 +1,3 @@
-"""
-Ensure that the local copy of distutils is preferred over stdlib.
-
-See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401
-for more motivation.
-"""
-
import sys
import os
diff --git a/_distutils_importer/override.py b/_distutils_importer/override.py
index 91738485..523139bb 100644
--- a/_distutils_importer/override.py
+++ b/_distutils_importer/override.py
@@ -1,3 +1,10 @@
+"""
+Ensure that the local copy of distutils is preferred over stdlib.
+
+See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401
+for more motivation.
+"""
+
import sys
import re
import importlib