[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Splash.py,1.12,1.13

Jack Jansen jackjansen@users.sourceforge.net
Sun, 19 Aug 2001 15:00:23 -0700


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv22251/Python/Mac/Tools/IDE

Modified Files:
	Splash.py 
Log Message:
Temporarily disabled the import hook. It breaks with the package-based
Carbon and its workaround.

Index: Splash.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Splash.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Splash.py	2001/06/19 21:37:33	1.12
--- Splash.py	2001/08/19 22:00:20	1.13
***************
*** 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