Re: [ovs-dev] [python3 08/15] ovs.jsonrpc: Fix static method Session.open() reference to 'self'.

2011-08-25 Thread Justin Pettit
Looks good. --Justin On Aug 24, 2011, at 5:15 PM, Ben Pfaff wrote: > Found by pychecker. > --- > python/ovs/jsonrpc.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py > index f10a0da..5117944 100644 > --- a/python/ovs/

[ovs-dev] [python3 08/15] ovs.jsonrpc: Fix static method Session.open() reference to 'self'.

2011-08-24 Thread Ben Pfaff
Found by pychecker. --- python/ovs/jsonrpc.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py index f10a0da..5117944 100644 --- a/python/ovs/jsonrpc.py +++ b/python/ovs/jsonrpc.py @@ -359,7 +359,7 @@ class Session(object):