repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
append(): Fixing the test for convertability after consultation with
[python/dscho.git]
/
Mac
/
OSX
/
PythonLauncher
/
main.m
blob
70323f2d02de5deeed387d4f5c9366c6588be78e
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
//
8
9
#import <Cocoa/Cocoa.h>
10
11
int main(int argc, const char *argv[])
12
{
13
return NSApplicationMain(argc, argv);
14
}