From eeb5c61bd74c7a20f817d9b5551135e69085f4f6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong <arthur@arthurdejong.org> Date: Sun, 19 Feb 2012 09:38:38 +0000 Subject: 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 --- stdnum/es/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdnum/es') 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 -- cgit v1.2.3