[Python-checkins] r84751 - python/branches/py3k/Misc/python-config.in

georg.brandl python-checkins at python.org
Sun Sep 12 22:58:19 CEST 2010


Author: georg.brandl
Date: Sun Sep 12 22:58:19 2010
New Revision: 84751

Log:
Get rid of tabs.

Modified:
   python/branches/py3k/Misc/python-config.in

Modified: python/branches/py3k/Misc/python-config.in
==============================================================================
--- python/branches/py3k/Misc/python-config.in	(original)
+++ python/branches/py3k/Misc/python-config.in	Sun Sep 12 22:58:19 2010
@@ -55,4 +55,4 @@
         print(' '.join(libs))
 
     elif opt == '--extension-suffix':
-    	print(sysconfig.get_config_var('SO'))
+        print(sysconfig.get_config_var('SO'))


More information about the Python-checkins mailing list