summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-02-05 22:53:29 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-02-05 22:53:29 (GMT)
commitab564eea05d328b16d1414b9298c1c1b28391c19 (patch)
treec290b29c2473483e6b25017c49d2300c417490ee /Mac
parent6d8bca8cb6496a6493fbb976926b369ccc627383 (diff)
downloadcpython-ab564eea05d328b16d1414b9298c1c1b28391c19.zip
cpython-ab564eea05d328b16d1414b9298c1c1b28391c19.tar.gz
cpython-ab564eea05d328b16d1414b9298c1c1b28391c19.tar.bz2
Removed unused import of macfs.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/zappycfiles.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/scripts/zappycfiles.py b/Mac/scripts/zappycfiles.py
index 4637159..b5af2d0 100644
--- a/Mac/scripts/zappycfiles.py
+++ b/Mac/scripts/zappycfiles.py
@@ -11,7 +11,6 @@ doit = 1
def main():
if not sys.argv[1:]:
if os.name == 'mac':
- import macfs
dir = EasyDialogs.AskFolder(message='Directory to zap pyc files in')
if not dir:
sys.exit(0)