restore bin/ryu-manager

Some environments assumes bin/ryu-manager (executes it locally). So
let's restore it.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-09-03 15:46:20 +09:00
parent 7d4a54c44e
commit 23013d8389

4
bin/ryu-manager Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python
from ryu.cmd.manager import main
main()