summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])
-
+