diff options
-rwxr-xr-x | csetup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/python3 import os import sys +import subprocess def validate_path_exists(setup_path): @@ -108,4 +109,4 @@ if(choice == 1): setup_c(argv[1]) elif (choice == 2): setup_cpp(argv[1]) - + |