#! /usr/bin/python # To change this template, choose Tools | Templates # and open the template in the editor. __author__="bjschuma" __date__ ="$May 16, 2010 10:24:55 PM$" from gtknodes.node import Node class Import(Node): def __init__(self,elm): Node.__init__(self,elm) self["show"] = False self.setattrs() from gui import buildfile self.part = buildfile(self["src"])