mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Modified to work together with BBPy
Re-enabled splash screen
This commit is contained in:
parent
d804bab721
commit
92ca16c335
3 changed files with 931 additions and 917 deletions
|
@ -12,9 +12,8 @@ Jack Jansen, CWI, August 1996."""
|
|||
|
||||
import os
|
||||
if os.name == 'mac':
|
||||
# Not supported in distributed 1.4b3:
|
||||
## import MacOS
|
||||
## MacOS.splash(515) # Try to show the splash screen
|
||||
import MacOS
|
||||
MacOS.splash(515) # Try to show the splash screen
|
||||
import mactwit_app; twit_app = mactwit_app
|
||||
else:
|
||||
try:
|
||||
|
@ -32,8 +31,8 @@ import sys
|
|||
|
||||
def main():
|
||||
twit_app.Initialize()
|
||||
## if os.name == 'mac':
|
||||
## MacOS.splash()
|
||||
if os.name == 'mac':
|
||||
MacOS.splash()
|
||||
twit_app.Twit('none', None)
|
||||
|
||||
def run(statement, globals=None, locals=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue