Commit 9ac36316 authored by Guido van Rossum's avatar Guido van Rossum

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? :-)
parent 59653f9e
......@@ -341,7 +341,7 @@ def _init_mac():
import MacOS
if not hasattr(MacOS, 'runtimemodel'):
g['SO'] = '.ppc.slb'
g['SO'] = '.ppc.slb'
else:
g['SO'] = '.%s.slb' % MacOS.runtimemodel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment