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: test_exporters.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
diff -r 9720e8ce53b4 -r 5f044fef8f98 test_exporters.py --- a/test_exporters.py Wed Mar 30 16:27:19 2016 +0000 +++ b/test_exporters.py Wed Mar 30 19:28:05 2016 +0100 @@ -17,7 +17,7 @@ Author: Przemyslaw Wirkus <Przemyslaw.wirkus@arm.com> """ -from workspace_tools.utils import construct_enum +from tools.utils import construct_enum ResultExporterType = construct_enum(HTML='Html_Exporter',
