Skip to content

Commit dc971cc

Browse files
authored
add missing import os
1 parent c66fe81 commit dc971cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
http://arduino.cc/en/Reference/HomePage
2323
"""
2424

25+
import os
2526
from os.path import join
2627

2728
from SCons.Script import DefaultEnvironment, SConscript

0 commit comments

Comments
 (0)