diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-06-03 22:18:05 +0000 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-06-03 22:18:05 +0000 |
commit | a678d94d589021363139182e1e8e2f58f319eed7 (patch) | |
tree | b6c7e446251c0966442a39d601fa9374bd1dc061 /Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib | |
parent | bdee4947650b9916c79818044d3f4e78263569d1 (diff) | |
download | cpython-git-a678d94d589021363139182e1e8e2f58f319eed7.tar.gz |
Remove the application stub for Python Launcher. This
directory structure isn't used during the build and
causes problems when you do build without a separate
build directory.
Fixes issue 5267
Diffstat (limited to 'Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib b/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib deleted file mode 100644 index 47b40aba31..0000000000 --- a/Mac/PythonLauncher/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib +++ /dev/null @@ -1,12 +0,0 @@ -{ - IBClasses = ( - {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, - { - ACTIONS = {showPreferences = id; }; - CLASS = MyAppDelegate; - LANGUAGE = ObjC; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -}
\ No newline at end of file |