make son-emu-cli python3 compatible for integration with son-cli
[osm/vim-emu.git] / src / emuvim / cli / monitor.py
index 79ff25b..7be7374 100755 (executable)
@@ -30,7 +30,7 @@ class ZeroRpcClient(object):
             # call the local method with the same name as the command arg\r
             getattr(self, args["command"])(args)\r
         else:\r
-            print "Command not implemented."\r
+            print("Command not implemented.")\r
 \r
     def setup_metric(self, args):\r
         vnf_name = self._parse_vnf_name(args.get("vnf_name"))\r