|
|
|
Created:
13 years, 8 months ago by rsepulveda Modified:
13 years, 8 months ago Reviewers:
ced Visibility:
Public. |
Add support to Mexican VAT numbers to python-vatnumber
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix import location and add false tests. #
Total messages: 1
|
ced
https://codereview.appspot.com/6105052/diff/1/vatnumber/__init__.py File vatnumber/__init__.py (right): https://codereview.appspot.com/6105052/diff/1/vatnumber/__init__.py#newcode937 vatnumber/__init__.py:937: import time Import module on top of the file. ...
|
13 years, 8 months ago (2012年04月23日 15:01:10 UTC) #1 | |||||||||||||||||||||||
https://codereview.appspot.com/6105052/diff/1/vatnumber/__init__.py File vatnumber/__init__.py (right): https://codereview.appspot.com/6105052/diff/1/vatnumber/__init__.py#newcode937 vatnumber/__init__.py:937: import time Import module on top of the file. https://codereview.appspot.com/6105052/diff/1/vatnumber/tests.py File vatnumber/tests.py (right): https://codereview.appspot.com/6105052/diff/1/vatnumber/tests.py#newcode163 vatnumber/tests.py:163: ('MX', 'ABC123456AB4', True), It will be good to have also False values.