scripts/uninstall.py

branch
eric7
changeset 10667
a82709c26b19
parent 10518
1682f3203ae5
child 10694
f46c1e224e8a
child 10864
8917b1a45546
equal deleted inserted replaced
10666:62bd82ee4b7d 10667:a82709c26b19
461 """ 461 """
462 majorVersion, minorVersion = sys.version_info[:2] 462 majorVersion, minorVersion = sys.version_info[:2]
463 linkTemplates = [ 463 linkTemplates = [
464 "eric7 IDE (Python {0}.{1}).lnk", 464 "eric7 IDE (Python {0}.{1}).lnk",
465 "eric7 Browser (Python {0}.{1}).lnk", 465 "eric7 Browser (Python {0}.{1}).lnk",
466 "eric7 MicroPython (Python {0}.{1}).lnk",
466 # obsolete entries below 467 # obsolete entries below
467 "eric7 (Python {0}.{1}).lnk", 468 "eric7 (Python {0}.{1}).lnk",
468 ] 469 ]
469 470
470 return [ll.format(majorVersion, minorVersion) for ll in linkTemplates] 471 return [ll.format(majorVersion, minorVersion) for ll in linkTemplates]

eric ide

mercurial