scripts/uninstall.py

branch
eric7
changeset 10417
c6011e501282
parent 10403
ea3320d5e8e9
child 10420
5ac83a87954d
equal deleted inserted replaced
10416:5d807e997391 10417:c6011e501282
424 @param name variable name 424 @param name variable name
425 @type str 425 @type str
426 @param path registry path of the variable 426 @param path registry path of the variable
427 @type str 427 @type str
428 @return value of requested registry variable 428 @return value of requested registry variable
429 @rtype any 429 @rtype Any
430 """ 430 """
431 # From http://stackoverflow.com/a/35286642 431 # From http://stackoverflow.com/a/35286642
432 import winreg # __IGNORE_WARNING_I103__ 432 import winreg # __IGNORE_WARNING_I103__
433 433
434 try: 434 try:

eric ide

mercurial