Generally, I don't do pure style cleanup but we get tons of warnings with the latest pep8. So I'm thinking about doing one-time pure style cleanup. This fixes all warnings except for testings.
If anyone has pending patches that conflict with this, please let me know. I'm happy to delay this. = bin/ryu-client | 2 +- ryu/app/event_dumper.py | 2 +- ryu/app/rest.py | 2 +- ryu/app/simple_isolation.py | 14 +++-- ryu/controller/controller.py | 2 +- ryu/controller/dispatcher.py | 2 +- ryu/controller/handler.py | 2 +- ryu/controller/network.py | 5 +- ryu/ofproto/nx_match.py | 2 +- ryu/ofproto/ofproto_v1_0.py | 6 +- ryu/ofproto/ofproto_v1_0_parser.py | 96 ++++++++++++++++++------------------ ryu/ofproto/ofproto_v1_2_parser.py | 36 +++++++------- ryu/ofproto/ofproto_v1_3.py | 2 +- ryu/ofproto/ofproto_v1_3_parser.py | 86 ++++++++++++++++---------------- setup.py | 3 +- tools/test-requires | 2 +- 16 files changed, 134 insertions(+), 130 deletions(-) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
