From: Jack Jansen Date: Wed, 5 Feb 2003 22:53:29 +0000 (+0000) Subject: Removed unused import of macfs. X-Git-Tag: v2.3c1~2013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab564eea05d328b16d1414b9298c1c1b28391c19;p=python Removed unused import of macfs. --- diff --git a/Mac/scripts/zappycfiles.py b/Mac/scripts/zappycfiles.py index 4637159049..b5af2d0423 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)