From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: Trying to fix an error in the pypi-importer Date: Wed, 30 Dec 2015 23:00:22 +0100 Message-ID: <568453F6.1050605@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEOnK-0007fk-Gt for guix-devel@gnu.org; Wed, 30 Dec 2015 17:00:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEOnF-0006LD-Er for guix-devel@gnu.org; Wed, 30 Dec 2015 17:00:34 -0500 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:33483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEOnF-0006Kt-8a for guix-devel@gnu.org; Wed, 30 Dec 2015 17:00:29 -0500 Received: by mail-wm0-x234.google.com with SMTP id f206so78228265wmf.0 for ; Wed, 30 Dec 2015 14:00:28 -0800 (PST) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id m128sm48176251wma.24.2015.12.30.14.00.26 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Dec 2015 14:00:27 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 12/30/2015 08:53 PM, swedebugia@riseup.net wrote: > I am trying to fix this error in the pypi-importer: Could you send your fix as a unified diff? If you work from the git repo, you can just run "git diff" to produce one. Thanks, Cyril.