make son-emu-cli python3 compatible for integration with son-cli
[osm/vim-emu.git] / src / emuvim / cli / network.py
index 516a752..bfd1127 100755 (executable)
@@ -25,7 +25,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 add(self, args):\r
         vnf_src_name = self._parse_vnf_name(args.get("source"))\r