Re: [lxc-devel] [PATCH 1/3] python: get_keys() doesn't require a path

2012-12-09 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > The python binding was forcing the user to pass a base path to > get_keys() even though the C binding doesn't require it. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/python-lxc/lxc/__init__.py.in | 7 +-- > 1 fi

[lxc-devel] [PATCH 1/3] python: get_keys() doesn't require a path

2012-12-07 Thread Stéphane Graber
The python binding was forcing the user to pass a base path to get_keys() even though the C binding doesn't require it. Signed-off-by: Stéphane Graber --- src/python-lxc/lxc/__init__.py.in | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/python-lxc/lxc/__init__.py.i