diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 23:18:48 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-21 23:18:48 (GMT) |
commit | d9bb1a0b01c65e7c8eecb5024ee58d91f967e2e4 (patch) | |
tree | 37de5aa10c51ca9cc9b005f64f51a3fd28e70ecd /Lib/plat-mac/ic.py | |
parent | 8cb1ff5e8b2b0b66629667842b693a756d0b17af (diff) | |
download | cpython-d9bb1a0b01c65e7c8eecb5024ee58d91f967e2e4.zip cpython-d9bb1a0b01c65e7c8eecb5024ee58d91f967e2e4.tar.gz cpython-d9bb1a0b01c65e7c8eecb5024ee58d91f967e2e4.tar.bz2 |
Getting rid of macfs.
Diffstat (limited to 'Lib/plat-mac/ic.py')
-rw-r--r-- | Lib/plat-mac/ic.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/plat-mac/ic.py b/Lib/plat-mac/ic.py index ff3c571..91e14f3 100644 --- a/Lib/plat-mac/ic.py +++ b/Lib/plat-mac/ic.py @@ -6,7 +6,6 @@ import sys import os from Carbon import Res import Carbon.File -import macfs import macostools error=icglue.error |