http://codereview.appspot.com/186209/diff/1/2 File invoice.py (right): http://codereview.appspot.com/186209/diff/1/2#newcode2 invoice.py:2: #this repository contains the full copyright notices and license terms. space after "#" sign, see PEP8 "block comments" http://codereview.appspot.com/186209/diff/1/2#newcode11 invoice.py:11: use __all__ here http://codereview.appspot.com/186209/diff/1/2#newcode417 invoice.py:417: zero = Decimal('0.0') should be a global "constant". ZERO = ... http://codereview.appspot.com/186209/diff/1/2#newcode494 invoice.py:494: zero = Decimal('0.0') use global ZERO http://codereview.appspot.com/186209/diff/1/2#newcode1526 invoice.py:1526: zero = Decimal('0.0') use global ZERO