Code

-added some checks for the existence of Inkscape.app and a better way to check for...
[inkscape.git] / share / extensions / webbrowser_reportabug.py
1 #!/usr/bin/env python 
2 import webbrowser
3 webbrowser.open("http://inkscape.org/report_bugs.php")