From c60845cbf94dc2f2b01b99a497e74d63e534fdbb Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 3 Jul 2008 22:45:28 +0100 Subject: [PATCH] not sure that this is useful, but whatever --- terminatorlib/terminatorterm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index 565142e3..d6474c5f 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -69,6 +69,7 @@ except: dbg ('url_show: gnome module failed, using webbrowser') import webbrowser url_show = webbrowser.open +dbg ('url_show: is set to: %s'%url_show) def openurl (url): dbg ('openurl: viewing %s'%url)