Exemplo n.º 1
0
 def __init__(self, full_path, target):
     self.target = target
     File.__init__(self, full_path)
Exemplo n.º 2
0
 def __init__(self, full_path):
     File.__init__(self, full_path)