scripts/uninstall.py

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10534
783d835d7fe4
parent 10667
a82709c26b19
child 10873
4e8e63df7893
equal deleted inserted replaced
10662:e6c9ab1dc168 10694:f46c1e224e8a
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