Re: [Freeipa-devel] [PATCH 0289] [Py3] Replace tabs with space

2015-07-17 Thread Petr Vobornik
On 07/17/2015 03:58 PM, Christian Heimes wrote: On 2015-07-17 15:51, Martin Basti wrote: I accidentally found several tabs in code, so I fixed it, as py3 does not allow to mix tabs and spaces. ACK Pushed to: master: c6c84faecf5b7017c0d648d76ba0db4a2eba2f03 ipa-4-2: 7e5a0be8d81c3648a0163ff454

Re: [Freeipa-devel] [PATCH 0289] [Py3] Replace tabs with space

2015-07-17 Thread Christian Heimes
On 2015-07-17 15:51, Martin Basti wrote: > I accidentally found several tabs in code, so I fixed it, as py3 does > not allow to mix tabs and spaces. ACK The other tabs are only in comments and doc strings: $ find . -name '*.py' | xargs grep -P '\t' ./ipaserver/dcerpc.py: self.local_domain.ftinf

[Freeipa-devel] [PATCH 0289] [Py3] Replace tabs with space

2015-07-17 Thread Martin Basti
I accidentally found several tabs in code, so I fixed it, as py3 does not allow to mix tabs and spaces. Patch attached. -- Martin Basti From 74e0ac4f24e3bc329abb2d08c3729945324d945d Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 17 Jul 2015 13:25:32 +0200 Subject: [PATCH] Py3: replace