From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jookia <166291@gmail.com> Subject: Re: Python and propagation Date: Fri, 19 Feb 2016 01:56:38 +1100 Message-ID: <20160218145638.GA13868@novena-choice-citizen.lan> References: <20160218142823.GA1618@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aWQ2w-00068I-Df for guix-devel@gnu.org; Thu, 18 Feb 2016 09:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aWQ2r-0005Za-Au for guix-devel@gnu.org; Thu, 18 Feb 2016 09:59:10 -0500 Received: from mail-qg0-x234.google.com ([2607:f8b0:400d:c04::234]:32807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <166291@gmail.com>) id 1aWQ2r-0005ZT-81 for guix-devel@gnu.org; Thu, 18 Feb 2016 09:59:05 -0500 Received: by mail-qg0-x234.google.com with SMTP id b35so38282760qge.0 for ; Thu, 18 Feb 2016 06:59:04 -0800 (PST) Content-Disposition: inline In-Reply-To: <20160218142823.GA1618@solar> 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: Andreas Enge Cc: guix-devel On Thu, Feb 18, 2016 at 03:28:23PM +0100, Andreas Enge wrote: > Or is it more complicated than that? I'd imagine things could get a bit hairy since you can override the 'import' command as such: https://pypi.python.org/pypi/demandimport > Andreas