okfn-brasil / gastos_abertos

Código principal do projeto Gastos Abertos.
GNU Affero General Public License v3.0
9 stars 7 forks source link

FutureWarning: iterkv is deprecated #211

Open LuizArmesto opened 8 years ago

LuizArmesto commented 8 years ago

gastos_abertos/utils/import_execucao.py:57: FutureWarning: iterkv is deprecated and will be removed in a future release, use iteritems instead. return '.'.join([str(int(v)) for k, v in row.iterkv() gastos_abertos/utils/import_execucao.py:88: FutureWarning: iterkv is deprecated and will be removed in a future release, use iteritems instead. data = dict(row.iterkv())