diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-25 12:53:56 +0000 |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-25 12:53:56 +0000 |
| commit | e557c16ec08bb6927410f65cf813ad20293859d5 (patch) | |
| tree | dfe3acadab425f03820a2077638e15ba212b8e6b /tests | |
| parent | 53d92cb18d49ee06a6c23a299d97c06c2442566d (diff) | |
| download | python-setuptools-git-e557c16ec08bb6927410f65cf813ad20293859d5.tar.gz | |
Merged revisions 71884 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71884 | tarek.ziade | 2009-04-25 14:51:59 +0200 (Sat, 25 Apr 2009) | 1 line
#5810: Fixed Distutils test_build_scripts
........
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_build_scripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_scripts.py b/tests/test_build_scripts.py index 2acfab82..b55eb585 100644 --- a/tests/test_build_scripts.py +++ b/tests/test_build_scripts.py @@ -90,7 +90,7 @@ class BuildScriptsTestCase(support.TempdirManager, # On linux-g++-32 with command line `./configure --enable-ipv6 # --with-suffix=3`, python is compiled okay but the build scripts # failed when writing the name of the executable - old = sysconfig._config_vars.get('VERSION') + old = sysconfig.get_config_vars().get('VERSION') sysconfig._config_vars['VERSION'] = 4 try: cmd.run() |
