]> granicus.if.org Git - python/commit
Fixed botched indent in _init_mac() code. (It may never be executed,
authorGuido van Rossum <guido@python.org>
Thu, 17 May 2001 15:03:14 +0000 (15:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 May 2001 15:03:14 +0000 (15:03 +0000)
commit99f9baa33190482784900970fd3e1c76e7cb48d6
treed45262ce8eae4aa76aba0a6daf1d8dbbd01866a6
parentdd13a204909986c6516354347593b5282fef6743
Fixed botched indent in _init_mac() code.  (It may never be executed,
but it still can't have any syntax errors.  Went a little too fast
there, Jack? :-)
Lib/distutils/sysconfig.py