mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
macgetpath - sys.path setting code factored out of config.c and
macglue.c macgetplatform - factored out of config.c
This commit is contained in:
parent
f717ac29f0
commit
12fce3eda9
2 changed files with 289 additions and 0 deletions
7
Mac/Python/macgetplatform.c
Normal file
7
Mac/Python/macgetplatform.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
char *
|
||||
getplatform()
|
||||
{
|
||||
return "mac";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue