[Python-checkins] python/dist/src/Lib/plat-mac macfs.py,1.6,1.7

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 28 Jan 2003 13:40:41 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1:/tmp/cvs-serv10763

Modified Files:
	macfs.py 
Log Message:
Don't import Nav. It isn't needed, and importing it doesn't work in a
non-windowing Python.


Index: macfs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/macfs.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** macfs.py	22 Jan 2003 14:04:18 -0000	1.6
--- macfs.py	28 Jan 2003 21:40:36 -0000	1.7
***************
*** 6,10 ****
  import Carbon.Res
  import Carbon.File
- import Nav
  import warnings
  
--- 6,9 ----