source:
trunk/essentials/dev-lang/python/Mac/PythonLauncher/MyDocument.m@
3407
| Last change on this file since 3407 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 4.6 KB | |
| Line | |
|---|---|
| 1 | // |
| 2 | // MyDocument.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 "MyDocument.h" |
| 10 | #import "MyAppDelegate.h" |
| 11 | #import "doscript.h" |
| 12 | |
| 13 | @implementation MyDocument |
| 14 | |
| 15 | - (id)init |
| 16 | { |
| 17 | self = [super init]; |
| 18 | if (self) { |
| 19 | |
| 20 | // Add your subclass-specific initialization here. |
| 21 | // If an error occurs here, send a [self dealloc] message and return nil. |
