Cosimo Lupo 28bb992c1f replace int(round(...)) with round(...)
We don't need to cast to int when using the round function from py23,
as this is a backport of python3's built-in round and thus it returns
an int when called with a single argument.
2017-10-22 12:03:52 +01:00
..
2017-03-14 12:00:13 +01:00
2015-04-26 02:01:01 -04:00
2016-01-27 19:01:12 +00:00