Changeset 391 for python/trunk/Mac/PythonLauncher/main.m
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/PythonLauncher/main.m
r2 r391 12 12 int main(int argc, const char *argv[]) 13 13 { 14 15 14 char *home = getenv("HOME"); 15 if (home) chdir(home); 16 16 return NSApplicationMain(argc, argv); 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.