aboutsummaryrefslogtreecommitdiff
path: root/try
diff options
context:
space:
mode:
Diffstat (limited to 'try')
-rwxr-xr-xtry5
1 files changed, 2 insertions, 3 deletions
diff --git a/try b/try
index 6ae8cb9..1d96563 100755
--- a/try
+++ b/try
@@ -1,11 +1,10 @@
#!/usr/bin/env python3
import os
-import sys
import subprocess
+import sys
-from src.config import MINISHELL_DIR, MINISHELL_EXEC, EXECUTABLES_PATH
-
+from src.config import EXECUTABLES_PATH, MINISHELL_DIR, MINISHELL_EXEC
if __name__ == "__main__":
if len(sys.argv) != 2: