Re: [PATCH nft v2 7/7] tests/py: minor cleaning

2018-06-21 Thread Phil Sutter
On Wed, Jun 20, 2018 at 01:45:25PM +0200, Pablo Neira Ayuso wrote: > On Wed, Jun 20, 2018 at 10:10:34AM +0200, Phil Sutter wrote: > > Hi Eric, > > > > On Tue, Jun 19, 2018 at 11:46:56PM +0200, Eric Leblond wrote: > > > Move import and use explicit parameter in object creation. > > > --- > > > tes

Re: [PATCH nft v2 7/7] tests/py: minor cleaning

2018-06-20 Thread Pablo Neira Ayuso
On Wed, Jun 20, 2018 at 10:10:34AM +0200, Phil Sutter wrote: > Hi Eric, > > On Tue, Jun 19, 2018 at 11:46:56PM +0200, Eric Leblond wrote: > > Move import and use explicit parameter in object creation. > > --- > > tests/py/nft-test.py | 7 +-- > > 1 file changed, 5 insertions(+), 2 deletions(-

Re: [PATCH nft v2 7/7] tests/py: minor cleaning

2018-06-20 Thread Phil Sutter
Hi Eric, On Tue, Jun 19, 2018 at 11:46:56PM +0200, Eric Leblond wrote: > Move import and use explicit parameter in object creation. > --- > tests/py/nft-test.py | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/tests/py/nft-test.py b/tests/py/nft-test.py > index c02

[PATCH nft v2 7/7] tests/py: minor cleaning

2018-06-19 Thread Eric Leblond
Move import and use explicit parameter in object creation. --- tests/py/nft-test.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/py/nft-test.py b/tests/py/nft-test.py index c02294a..fdc1cd5 100755 --- a/tests/py/nft-test.py +++ b/tests/py/nft-test.py @@ -19,6 +1