summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-11-27 12:21:38 +0100
committerOskar <[email protected]>2024-11-27 12:21:38 +0100
commit9eb640a47b4dd73c9a1453e72abd61d236d7f0bb (patch)
tree526a21b03024329bab65c20fb39b370a71c85bcd
parentf5f8b6e51ab8e0e95940c0432be4a590a1575f20 (diff)
-rwxr-xr-xcsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/csetup.py b/csetup.py
index 1738c54..b517f57 100755
--- a/csetup.py
+++ b/csetup.py
@@ -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])
-
+