Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / service / notification / cpp-wrapper / provider / SConscript
index 742cceb..ef28cfc 100755 (executable)
@@ -81,15 +81,15 @@ if env.get('WITH_CLOUD') == True:
 with_mq = env.get('WITH_MQ')
 if 'SUB' in with_mq:
     notification_env.AppendUnique(CPPDEFINES = ['MQ_SUBSCRIBER', 'WITH_MQ'])
-    print "MQ SUB support"
+    print("MQ SUB support")
 
 if 'PUB' in with_mq:
     notification_env.AppendUnique(CPPDEFINES = ['MQ_PUBLISHER', 'WITH_MQ'])
-    print "MQ PUB support"
+    print("MQ PUB support")
 
 if 'BROKER' in with_mq:
     notification_env.AppendUnique(CPPDEFINES = ['MQ_BROKER', 'WITH_MQ'])
-    print "MQ Broker support"
+    print("MQ Broker support")
 ######################################################################
 # Source files and Targets for Provider
 ######################################################################