Code

r11512@tres: ted | 2006-04-24 21:36:08 -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()