[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Wlists.py,1.4,1.5

Jack Jansen jackjansen@users.sourceforge.net
Sat, 25 Aug 2001 05:14:15 -0700


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

Modified Files:
	Wlists.py 
Log Message:
Import the MacOS toolbox modules from the Carbon package.

Index: Wlists.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/Wlists.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Wlists.py	2001/01/23 14:58:20	1.4
--- Wlists.py	2001/08/25 12:14:13	1.5
***************
*** 1,11 ****
  import Wbase
  import Wkeys
! import Scrap
  import string
! import Evt
! import Events
! import Qd
! import Win
! import Lists
  
  
--- 1,11 ----
  import Wbase
  import Wkeys
! from Carbon import Scrap
  import string
! from Carbon import Evt
! from Carbon import Events
! from Carbon import Qd
! from Carbon import Win
! from Carbon import Lists
  
  
***************
*** 40,44 ****
  	
  	def createlist(self):
! 		import List
  		self._calcbounds()
  		self.SetPort()
--- 40,44 ----
  	
  	def createlist(self):
! 		from Carbon import List
  		self._calcbounds()
  		self.SetPort()
***************
*** 372,376 ****
  	
  	def createlist(self):
! 		import List
  		self._calcbounds()
  		self.SetPort()
--- 372,376 ----
  	
  	def createlist(self):
! 		from Carbon import List
  		self._calcbounds()
  		self.SetPort()