make son-emu-cli python3 compatible for integration with son-cli
diff --git a/src/emuvim/cli/monitor.py b/src/emuvim/cli/monitor.py
index 79ff25b..7be7374 100755
--- a/src/emuvim/cli/monitor.py
+++ b/src/emuvim/cli/monitor.py
@@ -30,7 +30,7 @@
             # call the local method with the same name as the command arg

             getattr(self, args["command"])(args)

         else:

-            print "Command not implemented."

+            print("Command not implemented.")

 

     def setup_metric(self, args):

         vnf_name = self._parse_vnf_name(args.get("vnf_name"))