summaryrefslogtreecommitdiffstats
path: root/uninstall_rude.py
diff options
context:
space:
mode:
Diffstat (limited to 'uninstall_rude.py')
-rw-r--r--uninstall_rude.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/uninstall_rude.py b/uninstall_rude.py
deleted file mode 100644
index 5f43e9d..0000000
--- a/uninstall_rude.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import os
-fhandle = open("install_log.txt","r")
-for line in fhandle.readlines():
- print("deleting ", line[:-1])
- os.system("rm -f "+line[:-1])