From: duplo Date: Tue, 21 Apr 2009 08:29:48 +0000 (+0000) Subject: Add support for toolchains stored in the windows registry X-Git-Tag: 2.1.0~89 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=e8f056cf2745b5c0c892e9dc744fd55061d799e1;p=bertos.git Add support for toolchains stored in the windows registry git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2593 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/winreg_importer.py b/wizard/winreg_importer.py index 4c75acb3..2030934e 100644 --- a/wizard/winreg_importer.py +++ b/wizard/winreg_importer.py @@ -28,7 +28,7 @@ def getBertosDirs(): """ return getFromRegistry(DIR_KEY) -def getBertosToolchain(): +def getBertosToolchains(): """ Returns the path of the executables of the toolchains installed by the BeRTOS SDK installer.