mirror of
https://github.com/JonasunderscoreJones/BashCommandAliasEditor.git
synced 2025-10-22 21:09:19 +02:00
Removed unused import from main branch file
This commit is contained in:
parent
cde655e791
commit
5313f5152a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ VERSION = "2.0"
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
try:
|
try:
|
||||||
from os import system, mkdir
|
from os import system
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
# STEP ONE save directory for the Shell Script Files
|
# STEP ONE save directory for the Shell Script Files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue