| commit | 49378157d278717311359ee6691dea6124cc990a | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu May 19 11:33:48 2016 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu May 19 11:33:48 2016 +0200 |
| tree | 40444e5a46eaa4a4ce24a8f01b470a436e7053a1 | |
| parent | 48db0512f82329aa9f46ba9e87efb8a1846ba966 [diff] [blame] |
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"))