~hannes-hochreiner/jessyink/packaging

« back to all changes in this revision

Viewing changes to inkscapeExtensions/jessyInk_summary.py

  • Committer: Hannes Hochreiner
  • Date: 2009-08-02 06:17:17 UTC
  • Revision ID: hannes@hochreiner.net-20090802061717-sqsqffg17ntg4jf7
Updated version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
        def effect(self):
58
58
                # Check version.
59
 
                scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.2.0']", namespaces=inkex.NSS)
 
59
                scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.3.0']", namespaces=inkex.NSS)
60
60
 
61
61
                if len(scriptNodes) != 1:
62
62
                        sys.stderr.write("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Effects\" menu to install or update the JessyInk script.\n\n")