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.
Fork of mbed-tools by
Diff: settings.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
- Child:
- 3:f84c91e6a7a2
--- a/settings.py Wed Mar 30 16:27:19 2016 +0000 +++ b/settings.py Wed Mar 30 19:28:05 2016 +0100 @@ -99,6 +99,6 @@ try: # Allow to overwrite the default settings without the need to edit the # settings file stored in the repository - from workspace_tools.private_settings import * + from tools.private_settings import * except ImportError: - print '[WARNING] Using default settings. Define your settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py"' + print '[WARNING] Using default settings. Define your settings in the file "tools/private_settings.py" or in "./mbed_settings.py"'