summaryrefslogtreecommitdiffstats
path: root/uninstall_rude.py
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-11 00:58:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-11 00:58:41 +0900
commitc3235821bc24ef8fe3cf1ba8c6b969178b5e7ebd (patch)
treef4028063a5f6369b4e58e3ec100f64e7a226368a /uninstall_rude.py
parent9953222e795abbd9f4d79ebc99d0f4188c70615c (diff)
downloadtde-guidance-c3235821bc24ef8fe3cf1ba8c6b969178b5e7ebd.tar.gz
tde-guidance-c3235821bc24ef8fe3cf1ba8c6b969178b5e7ebd.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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])