From 5313f5152a10048b95b43cb3eaedd56281512999 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Thu, 14 Apr 2022 18:48:43 +0100 Subject: [PATCH] Removed unused import from main branch file --- command_alias_editor-v2.0.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_alias_editor-v2.0.1.py b/command_alias_editor-v2.0.1.py index 30d8bdf..d023df4 100644 --- a/command_alias_editor-v2.0.1.py +++ b/command_alias_editor-v2.0.1.py @@ -2,7 +2,7 @@ VERSION = "2.0" def main(): try: - from os import system, mkdir + from os import system import os.path # STEP ONE save directory for the Shell Script Files