append(): Fixing the test for convertability after consultation with
[python/dscho.git] / Mac / OSX / PythonLauncher / main.m
blob70323f2d02de5deeed387d4f5c9366c6588be78e
1 //
2 //  main.m
3 //  PythonLauncher
4 //
5 //  Created by Jack Jansen on Fri Jul 19 2002.
6 //  Copyright (c) 2002 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 int main(int argc, const char *argv[])
13     return NSApplicationMain(argc, argv);