Ejemplo n.º 1
0
    def __init__(self, cmp_path=None):
        # using classname otherwise exceptions in superclasses won't show
        GenericComponent.__init__(self)
        self.directory = cmp_path

        if self.directory:
            self.name = op.splitext(op.basename(self.directory))[0]
Ejemplo n.º 2
0
 def __init__(self):
     GenericComponent.__init__(self)
     self.directory = None