commit | b2f98401d123b940b282777b8e435f4a9ea0c085 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 12 20:58:19 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Sep 12 20:58:19 2010 +0000 |
tree | 6f93bb6bf3eaa2e59dd4efa497465996a98ff183 | |
parent | 0cbec571ae01b83923165b38d0295e1467b5efc1 [diff] [blame] |
Get rid of tabs.
diff --git a/Misc/python-config.in b/Misc/python-config.in index 841cdfa..31df527 100644 --- a/Misc/python-config.in +++ b/Misc/python-config.in
@@ -55,4 +55,4 @@ print(' '.join(libs)) elif opt == '--extension-suffix': - print(sysconfig.get_config_var('SO')) + print(sysconfig.get_config_var('SO'))