Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / enrollee / arduino / SConscript
index 57b2d04..694ecc1 100755 (executable)
@@ -58,4 +58,4 @@ if(enrollee_env['UPLOAD'] == True):
        if _platform == "linux" or _platform == "linux2":
                enrollee_env.Upload(env.get('BUILD_DIR') + '/service/easy-setup/sampleapp/enrollee/arduino/enrollee.hex')
        else:
-               print 'Please use appropriate install method for your developing machine. Linux is the only supported platform right now.'
+               print('Please use appropriate install method for your developing machine. Linux is the only supported platform right now.')