python-inema/inema
Harald Welte 325d2efa08 use round() to avoid truncation errros when doing int(5.1 * 100) = 5.09
Before this commit, a postage of 5.10 EUR would actually be reported as
postage of 5.09 EUR and subsequently rejected by DPAG.
2016-10-25 14:56:02 +02:00
..
data add formats retrieval method 2016-09-23 18:36:32 +02:00
__init__.py fix Python 3 compatibiltiy 2016-09-23 11:30:18 +02:00
inema.py use round() to avoid truncation errros when doing int(5.1 * 100) = 5.09 2016-10-25 14:56:02 +02:00