Exemplo n.º 1
0
 def _update_status(term):
     """Update term status."""
     term.status = tu.get_unicode(existing=term.status)
Exemplo n.º 2
0
 def _update_kind(term):
     """Update term kind."""
     term.kind = tu.get_unicode(existing=term.kind)
Exemplo n.º 3
0
 def _update_name(term):
     """Update term name."""
     term.name = tu.get_unicode(existing=term.name)
Exemplo n.º 4
0
 def _update_domain(term):
     """Update term domain."""
     term.domain = tu.get_unicode(existing=term.domain)