Code

-added some checks for the existence of Inkscape.app and a better way to check for...
[inkscape.git] / share / extensions / webbrowser_manual.py
1 #!/usr/bin/env python 
2 import webbrowser
3 webbrowser.open("http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php")