not sure that this is useful, but whatever
This commit is contained in:
parent
c20ae50ce0
commit
c60845cbf9
|
@ -69,6 +69,7 @@ except:
|
||||||
dbg ('url_show: gnome module failed, using webbrowser')
|
dbg ('url_show: gnome module failed, using webbrowser')
|
||||||
import webbrowser
|
import webbrowser
|
||||||
url_show = webbrowser.open
|
url_show = webbrowser.open
|
||||||
|
dbg ('url_show: is set to: %s'%url_show)
|
||||||
|
|
||||||
def openurl (url):
|
def openurl (url):
|
||||||
dbg ('openurl: viewing %s'%url)
|
dbg ('openurl: viewing %s'%url)
|
||||||
|
|
Loading…
Reference in New Issue