make son-emu-cli python3 compatible for integration with son-cli
diff --git a/src/emuvim/cli/network.py b/src/emuvim/cli/network.py
index 516a752..bfd1127 100755
--- a/src/emuvim/cli/network.py
+++ b/src/emuvim/cli/network.py
@@ -25,7 +25,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 add(self, args):

         vnf_src_name = self._parse_vnf_name(args.get("source"))