From eeb5c61bd74c7a20f817d9b5551135e69085f4f6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong 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/fr/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stdnum/fr/__init__.py') diff --git a/stdnum/fr/__init__.py b/stdnum/fr/__init__.py index 11a32ca..67c6a3e 100644 --- a/stdnum/fr/__init__.py +++ b/stdnum/fr/__init__.py @@ -19,3 +19,6 @@ # 02110-1301 USA """Collection of French numbers.""" + +# provide vat as an alias +from stdnum.fr import tva as vat -- cgit v1.2.3