Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: toolchains/__init__.py
- Revision:
- 12:f2e8a005c7d3
- Parent:
- 9:2d27d77ada5c
- Child:
- 13:ab47a20b66f0
--- a/toolchains/__init__.py Tue Jun 14 11:25:35 2016 +0100 +++ b/toolchains/__init__.py Tue Jun 14 11:33:06 2016 +0100 @@ -29,7 +29,7 @@ from tools.utils import run_cmd, mkdir, rel_path, ToolException, NotSupportedException, split_path from tools.settings import BUILD_OPTIONS, MBED_ORG_USER import tools.hooks as hooks -from tools.memap import MemmapParser +from tools.memap import MemapParser from hashlib import md5 import fnmatch