Re: [PATCH] Fix recently introduced TabError's

2017-05-26 Thread Stephen Smalley
On Fri, 2017-05-26 at 16:09 +0200, Petr Lautrbach wrote: > Commits a3d2c7a 6a7a5aa introduced inconsistent use of tabs and > spaces > in indentation what makes python3.6 unhappy. Thanks, applied, and also fixed up print statements -> functions. > > Signed-off-by: Petr Lautrbach > --- >  libsema

Re: [PATCH] Fix recently introduced TabError's

2017-05-26 Thread Petr Lautrbach
On Fri, May 26, 2017 at 04:09:51PM +0200, Petr Lautrbach wrote: > Commits a3d2c7a 6a7a5aa introduced inconsistent use of tabs and spaces > in indentation what makes python3.6 unhappy. > There's another python3 problem with using "print ". I'll resend another patch which will it together with use

Re: [PATCH] Fix recently introduced TabError's

2017-05-26 Thread Petr Lautrbach
On Fri, May 26, 2017 at 10:36:59AM -0400, Stephen Smalley wrote: > On Fri, 2017-05-26 at 16:09 +0200, Petr Lautrbach wrote: > > Commits a3d2c7a 6a7a5aa introduced inconsistent use of tabs and > > spaces > > in indentation what makes python3.6 unhappy. > > Thanks, applied, and also fixed up print s

[PATCH] Fix recently introduced TabError's

2017-05-26 Thread Petr Lautrbach
Commits a3d2c7a 6a7a5aa introduced inconsistent use of tabs and spaces in indentation what makes python3.6 unhappy. Signed-off-by: Petr Lautrbach --- libsemanage/utils/semanage_migrate_store | 4 ++-- python/semanage/seobject.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deleti