Kaydet (Commit) ab564eea authored tarafından Jack Jansen's avatar Jack Jansen

Removed unused import of macfs.

üst 6d8bca8c
...@@ -11,7 +11,6 @@ doit = 1 ...@@ -11,7 +11,6 @@ doit = 1
def main(): def main():
if not sys.argv[1:]: if not sys.argv[1:]:
if os.name == 'mac': if os.name == 'mac':
import macfs
dir = EasyDialogs.AskFolder(message='Directory to zap pyc files in') dir = EasyDialogs.AskFolder(message='Directory to zap pyc files in')
if not dir: if not dir:
sys.exit(0) 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