gitview: import only one of gtksourceview and gtksourceview2
commit59adeef48fcc3ea3e1288ce62260fdd8f46240da
authorAnton Gyllenberg <anton@iki.fi>
Mon, 19 Nov 2007 10:37:16 +0000 (19 12:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2007 07:24:34 +0000 (19 23:24 -0800)
treeb66fb223a3bf942fe0355f656e019024f34df8a4
parentb7f30e0a972ab90a0f7720a7d6411822eb796ea3
gitview: import only one of gtksourceview and gtksourceview2

Importing both gtksourceview and gtksourceview2 will make python segfault
on my system (ubuntu 7.10). Change so that gtksourceview is only imported
if importing gtksourceview2 fails. This should be safe as gtksourceview
is only used if gtksourceview2 is not available.

Signed-off-by: Anton Gyllenberg <anton@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/gitview/gitview