~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/extension/script/runme.py

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import inkscape_py
 
3
 
 
4
inkscape = inkscape_py.getInkscape()
 
5
desktop  = inkscape.getDesktop()
 
6
document = desktop.getDocument()
 
7
document.hello()
 
8