From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxDN6-0005jk-UQ for qemu-devel@nongnu.org; Tue, 26 May 2015 07:50:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxDN6-0000q1-4P for qemu-devel@nongnu.org; Tue, 26 May 2015 07:50:12 -0400 Date: Tue, 26 May 2015 13:50:03 +0200 From: Kevin Wolf Message-ID: <20150526115003.GF24077@noname.str.redhat.com> References: <1432310501-31915-1-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432310501-31915-1-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: remove assertIsNotNone call List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 22.05.2015 um 18:01 hat John Snow geschrieben: > RHEL6 doesn't have Python 2.7, so replace this call with > assertNotEqual(x, None) which will work just as well. > > Reported-by: Kevin Wolf > Signed-off-by: John Snow Thanks, applied to the block branch. Kevin