Re: [lxc-devel] [PATCH] python: Update scripts to respect PEP-8 spec

2013-07-09 Thread Stéphane Graber
On Tue, Jul 09, 2013 at 09:49:08AM -0400, Dwight Engen wrote: > Hi Stéphane, sorry I didn't even know about the existence of > https://pypi.python.org/pypi/pep8, is that the tool to use in the > future if I happen to touch any of the python stuff? Thanks. Hi Dwight, Yep, I usually run pep8 and py

Re: [lxc-devel] [PATCH] python: Update scripts to respect PEP-8 spec

2013-07-09 Thread Dwight Engen
Hi Stéphane, sorry I didn't even know about the existence of https://pypi.python.org/pypi/pep8, is that the tool to use in the future if I happen to touch any of the python stuff? Thanks. On Mon, 8 Jul 2013 10:43:32 -0500 Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): > > S

Re: [lxc-devel] [PATCH] python: Update scripts to respect PEP-8 spec

2013-07-08 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/python-lxc/examples/pyconsole-vte.py | 2 ++ > src/python-lxc/examples/pyconsole.py | 3 ++- > src/python-lxc/lxc/__init__.py | 7 --- > 3 files changed, 8 in