Mercurial > MadButterfly
comparison inkscape/firefox/MBServer.py @ 339:63aaf96209cd
* Move location of files so that we can produce XPI file from them.
* Add the produce to compile the inkscape for madbutterfly
* Add makefile to produce inkscape and madbuilder.xpi
author | wycc |
---|---|
date | Sun, 08 Mar 2009 10:05:22 +0800 |
parents | d5327265da1e |
children | 7d244a85dd68 |
comparison
equal
deleted
inserted
replaced
336:995eb2c1a1aa | 339:63aaf96209cd |
---|---|
474 self.target.generate() | 474 self.target.generate() |
475 return etree.tostring(self.target.document) | 475 return etree.tostring(self.target.document) |
476 except: | 476 except: |
477 return traceback.format_exc() | 477 return traceback.format_exc() |
478 import os | 478 import os |
479 os.chdir('/usr/share/inkscape/extensions') | 479 os.chdir('/usr/local/share/inkscape/extensions') |
480 | 480 |
481 A = MBScene() | 481 A = MBScene() |
482 A.affect() | 482 A.affect() |
483 | 483 |
484 | 484 |