Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / service / notification / examples / linux / SConscript
index 4bc3eea..b505028 100644 (file)
@@ -69,15 +69,15 @@ if env.get('SECURED') == '1':
 with_mq = env.get('WITH_MQ')
 if 'SUB' in with_mq:
     notification_sample_env.AppendUnique(CPPDEFINES = ['MQ_SUBSCRIBER', 'WITH_MQ'])
-    print "MQ SUB support"
+    print("MQ SUB support")
 
 if 'PUB' in with_mq:
     notification_sample_env.AppendUnique(CPPDEFINES = ['MQ_PUBLISHER', 'WITH_MQ'])
-    print "MQ PUB support"
+    print("MQ PUB support")
 
 if 'BROKER' in with_mq:
     notification_sample_env.AppendUnique(CPPDEFINES = ['MQ_BROKER', 'WITH_MQ'])
-    print "MQ Broker support"
+    print("MQ Broker support")
 
 ####################################################################
 # Source files and Targets