From: Jack Jansen Date: Tue, 28 Jan 2003 21:40:36 +0000 (+0000) Subject: Don't import Nav. It isn't needed, and importing it doesn't work in a X-Git-Tag: v2.3c1~2218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28827e2406ca891b4a5668af5c556cbfa528d529;p=python Don't import Nav. It isn't needed, and importing it doesn't work in a non-windowing Python. --- diff --git a/Lib/plat-mac/macfs.py b/Lib/plat-mac/macfs.py index 1a8a4f8a77..56033f319a 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