diff options
author | Yoshihiro Kaneko <ykaneko0929@gmail.com> | 2014-05-14 15:46:17 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-05-14 15:53:02 +0900 |
commit | fe8d8e27c5abcb91173a73d92a1069014ff75dc0 (patch) | |
tree | 0411696518b8ad272308f19a6d31fd2d998ccd96 | |
parent | 6ab117db4f0394f7b7c74764c6eb32a811cc950d (diff) |
app/rest_qos: fix pep8
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/app/rest_qos.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/app/rest_qos.py b/ryu/app/rest_qos.py index 55847a1d..b9f2791a 100644 --- a/ryu/app/rest_qos.py +++ b/ryu/app/rest_qos.py @@ -43,9 +43,9 @@ from ryu.ofproto import ether from ryu.ofproto import inet -#============================= +# ============================= # REST API -#============================= +# ============================= # # Note: specify switch and vlan group, as follows. # {switch-id} : 'all' or switchID |