diff options
author | 2015-09-21 18:55:15 +0300 | |
---|---|---|
committer | 2015-09-21 18:55:15 +0300 | |
commit | 14006b519bfd679227a87d0e6a2be9726774aafc (patch) | |
tree | 88b8eed17c52d3460291248cfd807a19c592ea3b /scripts/automation/trex_control_plane/examples | |
parent | d9e1cc14540431aa8baf8480625aa54c2a7c7175 (diff) | |
parent | dbeb7ecc059bb78db54ec285a4216a661bbedd23 (diff) |
Merge branch 'master' into rpc
Conflicts:
scripts/automation/trex_control_plane/client_utils/jsonrpc_client.py
Diffstat (limited to 'scripts/automation/trex_control_plane/examples')
-rwxr-xr-x | scripts/automation/trex_control_plane/examples/client_interactive_example.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/examples/client_interactive_example.py b/scripts/automation/trex_control_plane/examples/client_interactive_example.py index 10735221..05028463 100755 --- a/scripts/automation/trex_control_plane/examples/client_interactive_example.py +++ b/scripts/automation/trex_control_plane/examples/client_interactive_example.py @@ -13,7 +13,6 @@ import time import socket import errno - class InteractiveTRexClient(cmd.Cmd): intro = termstyle.green("\nInteractive shell to play with Cisco's T-Rex API.\nType help to view available pre-defined scenarios\n(c) All rights reserved.\n") |