From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Graunke Subject: Re: [PATCH] list-workarounds: Convert to python3 Date: Fri, 10 May 2013 15:33:39 -0700 Message-ID: <518D75C3.9070801@whitecape.org> References: <1368224909-1589-1-git-send-email-ben@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from homiemail-a38.g.dreamhost.com (caiajhbdccac.dreamhost.com [208.97.132.202]) by gabe.freedesktop.org (Postfix) with ESMTP id A9A3CE5CB7 for ; Fri, 10 May 2013 15:32:16 -0700 (PDT) In-Reply-To: <1368224909-1589-1-git-send-email-ben@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Ben Widawsky Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On 05/10/2013 03:28 PM, Ben Widawsky wrote: > The rest of the tool suite that uses python already uses python3. > The tool configure requires python >= 3 (which is confusing because of > the no backward compat problem). > > The world is slowly moving to python3. > > Converted with 2to3. > > CC: Damien Lespiau > CC: Kenneth Graunke > Signed-off-by: Ben Widawsky Reviewed-by: Kenneth Graunke