~hannes-hochreiner/jessyink/packaging

« back to all changes in this revision

Viewing changes to inkscapeExtensions/jessyInk_transitions.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:
42
42
 
43
43
        def effect(self):
44
44
                # Check version.
45
 
                scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.2.0']", namespaces=inkex.NSS)
 
45
                scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.3.0']", namespaces=inkex.NSS)
46
46
 
47
47
                if len(scriptNodes) != 1:
48
48
                        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")