[libvirt] [PATCH python 13/14] sanitytest: Fix broken comparison between int and string

2013-12-09 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Python2 was forgiving of a comparison between an int and string but Python3 gets very upset. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- sanitytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanitytest.py

Re: [libvirt] [PATCH python 13/14] sanitytest: Fix broken comparison between int and string

2013-12-09 Thread Doug Goldstein
On Mon, Dec 9, 2013 at 9:15 AM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com Python2 was forgiving of a comparison between an int and string but Python3 gets very upset. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- sanitytest.py |