Formatting fix

pull/1513/head
DanKupiniak 2016-01-29 14:35:31 +01:00
parent f0e3c0bf24
commit edc14eaf18
1 changed files with 32 additions and 31 deletions

View File

@ -1,6 +1,6 @@
"""
mbed SDK
Copyright (c) 2011-2013 ARM Limited
Copyright (c) 2011-2016 ARM Limited
Licensed under the Apache License, Version 2.0 (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.
"""
from exporters import Exporter
from workspace_tools.utils import mkdir
from os.path import splitext, basename, join
from random import randint
from workspace_tools.utils import mkdir
class Sw4STM32(Exporter):
NAME = 'Sw4STM32'