Skip to content

Commit 8478ec2

Browse files
Thomas SailerThomas Sailer
authored andcommitted
copy ncs36510addfib.py into project root, because it cannot be relied to be accessible in the template directory
1 parent 209310c commit 8478ec2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/export/codeblocks/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
limitations under the License.
1717
"""
1818
import copy
19+
import stat
1920
import os
20-
from os.path import splitext, basename
21+
from os.path import splitext, basename, dirname, abspath
2122
from os import remove
22-
from shutil import rmtree
23+
from shutil import rmtree, copyfile
2324
from tools.targets import TARGET_MAP
2425
from tools.export.exporters import Exporter
2526
from tools.export.makefile import GccArm

0 commit comments

Comments
 (0)