diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-19 10:38:38 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-19 10:38:38 +0100 |
commit | eeb5c61bd74c7a20f817d9b5551135e69085f4f6 (patch) | |
tree | 159bd1b63ce8a5c433c64eaff9416052902a1c7e /stdnum/es | |
parent | 6755b94fff9f2f472d218643c76561672d5cd0f3 (diff) |
for all countries, provide vat as an alias for the local vat identifier
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@153 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/es')
-rw-r--r-- | stdnum/es/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdnum/es/__init__.py b/stdnum/es/__init__.py index 4e0a9bc..c648ca4 100644 --- a/stdnum/es/__init__.py +++ b/stdnum/es/__init__.py @@ -19,3 +19,6 @@ # 02110-1301 USA """Collection of Spanish numbers.""" + +# provide vat as an alias +from stdnum.es import nif as vat |