svgui/svgui.py
changeset 2620 063391cd313d
parent 2442 b13f021c68a5
equal deleted inserted replaced
2619:b1ebe2803285 2620:063391cd313d
    56             "name":    _("Inkscape"),
    56             "name":    _("Inkscape"),
    57             "tooltip": _("Create HMI"),
    57             "tooltip": _("Create HMI"),
    58             "method":   "_StartInkscape"
    58             "method":   "_StartInkscape"
    59         },
    59         },
    60     ]
    60     ]
    61 
       
    62     def ConfNodePath(self):
       
    63         return paths.AbsDir(__file__)
       
    64 
    61 
    65     def _getSVGpath(self, project_path=None):
    62     def _getSVGpath(self, project_path=None):
    66         if project_path is None:
    63         if project_path is None:
    67             project_path = self.CTNPath()
    64             project_path = self.CTNPath()
    68         # define name for SVG file containing gui layout
    65         # define name for SVG file containing gui layout