summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/macfs.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-28 21:40:36 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-01-28 21:40:36 (GMT)
commit28827e2406ca891b4a5668af5c556cbfa528d529 (patch)
tree1c480eed4165cfd79b16bba6fa9aafddaab85abc /Lib/plat-mac/macfs.py
parent10882f6fcb2362969d0094da89edb49d76b1a371 (diff)
downloadcpython-28827e2406ca891b4a5668af5c556cbfa528d529.zip
cpython-28827e2406ca891b4a5668af5c556cbfa528d529.tar.gz
cpython-28827e2406ca891b4a5668af5c556cbfa528d529.tar.bz2
Don't import Nav. It isn't needed, and importing it doesn't work in a
non-windowing Python.
Diffstat (limited to 'Lib/plat-mac/macfs.py')
-rw-r--r--Lib/plat-mac/macfs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/plat-mac/macfs.py b/Lib/plat-mac/macfs.py
index 1a8a4f8..56033f3 100644
--- a/Lib/plat-mac/macfs.py
+++ b/Lib/plat-mac/macfs.py
@@ -5,7 +5,6 @@ import sys
import struct
import Carbon.Res
import Carbon.File
-import Nav
import warnings
# First step: ensure we also emulate the MACFS module, which contained