summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index e6777011..71fe46bb 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -889,6 +889,7 @@ See the setuptools documentation for the "develop" command for more info.
def _expand(self, *attrs):
config_vars = self.get_finalized_command('install').config_vars
+ from distutils.util import subst_vars
for attr in attrs:
val = getattr(self, attr)
if val is not None:
@@ -899,7 +900,6 @@ See the setuptools documentation for the "develop" command for more info.
-
def get_site_dirs():
# return a list of 'site' dirs, based on 'site' module's code to do this
sitedirs = []