Example #1
0
 def get_record_hash(self, record):
     """ Gets the hash value for a record given the current project_uuid """
     imp_c = ImportCell()
     rec_hash = imp_c.make_rec_hash(self.project_uuid,
                                    record)
     return str(rec_hash)
Example #2
0
 def get_record_hash(self, record):
     """ Gets the hash value for a record given the current project_uuid """
     imp_c = ImportCell()
     rec_hash = imp_c.make_rec_hash(self.project_uuid, record)
     return str(rec_hash)