Created
December 3, 2010 19:48
-
-
Save k0001/727453 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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