def __init__(self, source_path, store, lstat, target_object): #if objects_init : print "Initializing SourceFile (%s)" % source_path BackupObject.__init__(self, source_path, store, lstat) self.target_object = target_object
def __init__(self, source_path, store, lstat, side_dict): if objects_init : print("Initializing StoreObject ", source_path) #print source_path BackupObject.__init__(self, source_path, store, lstat) self.side_dict = side_dict
def __init__(self, source_path, store, lstat, store_object): #if objects_init : print "Initializing SourceFile (%s)" % source_path BackupObject.__init__(self, source_path, store, lstat) self.store_object = store_object