[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Splash.py,1.12,1.12.6.1
Guido van Rossum
gvanrossum@users.sourceforge.net
Mon, 20 Aug 2001 10:12:39 -0700
Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv16167/Tools/IDE
Modified Files:
Tag: r22a2-branch
Splash.py
Log Message:
Merge Jack's changes from the trunk
Index: Splash.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Splash.py,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -C2 -d -r1.12 -r1.12.6.1
*** Splash.py 2001/06/19 21:37:33 1.12
--- Splash.py 2001/08/20 17:12:37 1.12.6.1
***************
*** 33,36 ****
--- 33,37 ----
fontID = Fm.GetFNum("Python-Sans")
if not fontID:
+ from Fonts import geneva
fontID = geneva
Qd.TextFont(fontID)
***************
*** 65,69 ****
return _real__import__(name)
! install_importhook()
kHighLevelEvent = 23
--- 66,70 ----
return _real__import__(name)
! #install_importhook()
kHighLevelEvent = 23