Code

r11676@tres: ted | 2006-05-05 21:45:20 -0700
[inkscape.git] / src / extension / script / runme.py
2 import inkscape_py
4 inkscape = inkscape_py.getInkscape()
5 desktop  = inkscape.getDesktop()
6 document = desktop.getDocument()
7 document.hello()