use webbrowser module to open uri instead of using popen. Fixes #5751
commit8bc99bf95765bc5d08b901163403429b3c1ca42e
authorYann Leboulanger <asterix@lagaule.org>
Tue, 19 Apr 2011 12:36:22 +0000 (19 14:36 +0200)
committerYann Leboulanger <asterix@lagaule.org>
Tue, 19 Apr 2011 12:36:22 +0000 (19 14:36 +0200)
tree1a9aa96d3b99a3e48d74954a3636fe9957005a30
parentdde16e6e77d5af1ca2e74de3e370bbbbaff38934
use webbrowser module to open uri instead of using popen. Fixes #5751
src/common/helpers.py
src/config.py
src/gajim.py
src/gtkgui_helpers.py
src/gui_interface.py