summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-04-21 08:44:55 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-04-21 19:05:46 +0900
commit95fa2d63d43dc45cea5740aa6a6dbcf1816acc7e (patch)
treeef1b423b5a511831708dfc5d0b3218bf8773d094 /bin
parent86da3d9939d67f9632b8209002000b4223aa6acf (diff)
delete bin/rpc-cli
This command is available via ryu command. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rpc-cli20
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/rpc-cli b/bin/rpc-cli
deleted file mode 100755
index cdb832a5..00000000
--- a/bin/rpc-cli
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-
-# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation.
-# Copyright (C) 2013 YAMAMOTO Takashi <yamamoto at valinux co jp>
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-# implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-from ryu.cmd.rpc_cli import main
-main()