eric6/eric6_post_install.py

changeset 7257
c4d0cac9b5c9
parent 7229
53054eb5b15a
child 7360
9190402e4505
--- a/eric6/eric6_post_install.py	Sat Sep 21 20:30:56 2019 +0200
+++ b/eric6/eric6_post_install.py	Sat Sep 21 22:03:03 2019 +0200
@@ -23,8 +23,10 @@
     """
     Create Desktop and Start Menu links.
     """
-    regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \
-              "\\User Shell Folders"
+    regPath = (
+        "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" +
+        "\\User Shell Folders"
+    )
     
     # 1. create desktop shortcuts
     regName = "Desktop"

eric ide

mercurial