Placate tabnanny
This commit is contained in:
parent
3e038e5e25
commit
6335773434
|
@ -306,7 +306,7 @@ def _init_posix():
|
||||||
# -- these paths are relative to the Python source, but when installed
|
# -- these paths are relative to the Python source, but when installed
|
||||||
# the scripts are in another directory.
|
# the scripts are in another directory.
|
||||||
if python_build:
|
if python_build:
|
||||||
g['LDSHARED'] = g['BLDSHARED']
|
g['LDSHARED'] = g['BLDSHARED']
|
||||||
|
|
||||||
global _config_vars
|
global _config_vars
|
||||||
_config_vars = g
|
_config_vars = g
|
||||||
|
|
Loading…
Reference in New Issue