Typo fix.

This commit is contained in:
Greg Ward 2000-09-16 01:59:06 +00:00
parent 42900941b8
commit e918b6fdb5
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class install (Command):
# about needing recursive variable expansion (shudder).
py_version = (string.split(sys.version))[0]
prefix = get_config_vars('prefix', 'exec_prefix')
(prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
self.config_vars = {'dist_name': self.distribution.get_name(),
'dist_version': self.distribution.get_version(),
'dist_fullname': self.distribution.get_fullname(),