diff options
-rw-r--r-- | Mac/scripts/zappycfiles.py | 1 |
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) |