Commit 80a3e0a6 authored by Neal Norwitz's avatar Neal Norwitz

Whitespace normalization (remove tabs)

parent 292724d9
...@@ -66,10 +66,10 @@ def get_python_inc(plat_specific=0, prefix=None): ...@@ -66,10 +66,10 @@ def get_python_inc(plat_specific=0, prefix=None):
elif os.name == "nt": elif os.name == "nt":
return os.path.join(prefix, "include") return os.path.join(prefix, "include")
elif os.name == "mac": elif os.name == "mac":
if plat_specific: if plat_specific:
return os.path.join(prefix, "Mac", "Include") return os.path.join(prefix, "Mac", "Include")
else: else:
return os.path.join(prefix, "Include") return os.path.join(prefix, "Include")
elif os.name == "os2": elif os.name == "os2":
return os.path.join(prefix, "Include") return os.path.join(prefix, "Include")
else: else:
......
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