Modified to work together with BBPy

Re-enabled splash screen
This commit is contained in:
Jack Jansen 1996-10-23 15:38:26 +00:00
parent d804bab721
commit 92ca16c335
3 changed files with 931 additions and 917 deletions

View file

@ -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):