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? :-)
This commit is contained in:
Guido van Rossum 2001-05-17 15:03:14 +00:00
parent dd13a20490
commit 99f9baa331
1 changed files with 1 additions and 1 deletions

View File

@ -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