aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/upload.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/command/upload.py b/setuptools/command/upload.py
index 01fa026c..1851ed28 100644
--- a/setuptools/command/upload.py
+++ b/setuptools/command/upload.py
@@ -7,6 +7,7 @@ from base64 import standard_b64encode
from distutils import log
from distutils.command import upload as orig
+from distutils.spawn import spawn
from distutils.errors import DistutilsError