def reset_files(self):
     """empty all information concerning files"""
     FileSharingMixin.reset_files(self)
     self.config.remove_section(SECTION_FILE)
     self.config.add_section(SECTION_FILE)