Code

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