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: export_test.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
--- a/export_test.py Wed Mar 30 16:27:19 2016 +0000 +++ b/export_test.py Wed Mar 30 19:28:05 2016 +0100 @@ -22,9 +22,9 @@ from shutil import move -from workspace_tools.paths import * -from workspace_tools.utils import mkdir, cmd -from workspace_tools.export import export, setup_user_prj +from tools.paths import * +from tools.utils import mkdir, cmd +from tools.export import export, setup_user_prj USR_PRJ_NAME = "usr_prj"
