On Thu, 27 Sep 2012 18:23:12 +0900 HIYAMA Manabu <[email protected]> wrote:
> - zfill() is a func of the string to be putting in a '0'. > bytearray().zfill(n) -> bytearray(n) > > - unify notation of zero with other code. > '\0' -> '\x00' > > Signed-off-by: HIYAMA Manabu <[email protected]> > --- > ryu/lib/packet/ipv4.py | 2 +- > ryu/lib/packet/tcp.py | 4 ++-- > ryu/lib/packet/udp.py | 2 +- > ryu/ofproto/ofproto_parser.py | 6 +++--- > ryu/tests/unit/ofproto/test_ofproto_parser.py | 2 +- > 5 files changed, 8 insertions(+), 8 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
