mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
changed creator to 'Pide' -- jvr
This commit is contained in:
parent
4798c4ef4d
commit
f4b0681d90
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class PythonIDE(Wapplication.Application):
|
|||
|
||||
def __init__(self):
|
||||
self.preffilepath = ":Python:PythonIDE preferences"
|
||||
Wapplication.Application.__init__(self, 'Pyth')
|
||||
Wapplication.Application.__init__(self, 'Pide')
|
||||
import AE, AppleEvents
|
||||
|
||||
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEOpenApplication,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue