Commit ab564eea authored by Jack Jansen's avatar Jack Jansen

Removed unused import of macfs.

parent 6d8bca8c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment