Skip to content

Instantly share code, notes, and snippets.

@k0001
Created December 3, 2010 19:48
Show Gist options
  • Save k0001/727453 to your computer and use it in GitHub Desktop.
Save k0001/727453 to your computer and use it in GitHub Desktop.
headers.update({ # Vertical alignment pleases my mind.
'acta_num' : int(d['acta_num']),
'ult_mod_ver' : int(d['ult_mod_ver']) # WTF is this?
'mayoria_base' : un(d['mayoria_base']).lower(),
'mayoria_tipo' : un(d['mayoria_tipo']).lower(),
'miembros_total' : int(d['miembros_total']),
'presidente_apellido' : d['presidente_apellido'].title(),
'presidente_nombre' : d['presidente_nombre'].title(),
'quorum_tipo' : un(d['quorum_tipo']),
'resultado' : VOTE_RESULTS[d['resultado']] })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment