[Python-checkins] CVS: python/dist/src/Mac/Lib macfsn.py,1.4,1.5

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


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv19538/Python/Mac/Lib

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

Index: macfsn.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/macfsn.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** macfsn.py	2000/05/05 23:10:58	1.4
--- macfsn.py	2001/08/25 12:06:37	1.5
***************
*** 3,7 ****
  import macfs
  import struct
! import Res
  try:
  	import Nav
--- 3,7 ----
  import macfs
  import struct
! from Carbon import Res
  try:
  	import Nav