Skip to content

Commit

Permalink
Minor py3 fix in u.t.currency
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Oct 1, 2015
1 parent ff9f10f commit ec49302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tendril/utils/types/currency.py
Expand Up @@ -146,7 +146,6 @@ def _get_exchval(code):
try:
rate = 1 / float(data['rates'][code])
except KeyError:
print data
raise KeyError(code)
return rate

Expand Down

0 comments on commit ec49302

Please sign in to comment.