Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / tcp_adapter / arduino / SConscript
index 54fcad7..03721b8 100644 (file)
@@ -11,7 +11,7 @@ if env.get('SHIELD') == 'ETH':
     src_files = [ 'catcpserver_eth.cpp' ,
                   'catcpadapterutils_eth.cpp']
 else:
-    print "\nError: TCP is not supported for WIFI shield"
+    print("\nError: TCP is not supported for WIFI shield")
     Exit(1)
 
 Return('src_files')