From 28827e2406ca891b4a5668af5c556cbfa528d529 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 28 Jan 2003 21:40:36 +0000 Subject: Don't import Nav. It isn't needed, and importing it doesn't work in a non-windowing Python. --- Lib/plat-mac/macfs.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12