scripts/uninstall.py

changeset 7257
c4d0cac9b5c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
diff -r 4ef3b78ebb4e -r c4d0cac9b5c9 scripts/uninstall.py
--- a/scripts/uninstall.py	Sat Sep 21 20:30:56 2019 +0200
+++ b/scripts/uninstall.py	Sat Sep 21 22:03:03 2019 +0200
@@ -211,8 +211,10 @@
         # links were not created by install.py
         return
     
-    regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \
-              "\\User Shell Folders"
+    regPath = (
+        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" +
+        "\\User Shell Folders"
+    )
     
     # 1. cleanup desktop links
     regName = "Desktop"

eric ide

mercurial