From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: [PATCH][ACM] Fix for python build warning in security tools Date: Tue, 24 Jan 2006 09:01:19 -0800 Message-ID: <20060124170119.GA3104@localhost.localdomain> References: <1138114967.12662.8.camel@tomlt2.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1138114967.12662.8.camel@tomlt2.austin.ibm.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tom Lendacky Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Jan 24, 2006 at 09:02:47AM -0600, Tom Lendacky wrote: > It turns out that the hg export command doesn't like to include zero > size files that have been added in it's diff output. Because of this > the __init__.py file was never created for the xensec_gen tool. This > patch (both in-line and as an attachment) creates the file and thus > eliminates the build warning(s). Applied, thank you. Ewan.