mirror of https://github.com/ARMmbed/mbed-os.git
Formatting fix
parent
f0e3c0bf24
commit
edc14eaf18
|
|
@ -1,6 +1,6 @@
|
||||||
"""
|
"""
|
||||||
mbed SDK
|
mbed SDK
|
||||||
Copyright (c) 2011-2013 ARM Limited
|
Copyright (c) 2011-2016 ARM Limited
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
@ -15,9 +15,10 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
"""
|
"""
|
||||||
from exporters import Exporter
|
from exporters import Exporter
|
||||||
from workspace_tools.utils import mkdir
|
|
||||||
from os.path import splitext, basename, join
|
from os.path import splitext, basename, join
|
||||||
from random import randint
|
from random import randint
|
||||||
|
from workspace_tools.utils import mkdir
|
||||||
|
|
||||||
|
|
||||||
class Sw4STM32(Exporter):
|
class Sw4STM32(Exporter):
|
||||||
NAME = 'Sw4STM32'
|
NAME = 'Sw4STM32'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue