diff options
Diffstat (limited to 'stdnum/nl/__init__.py')
-rw-r--r-- | stdnum/nl/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdnum/nl/__init__.py b/stdnum/nl/__init__.py index b119938..aa4f68d 100644 --- a/stdnum/nl/__init__.py +++ b/stdnum/nl/__init__.py @@ -1,7 +1,7 @@ # __init__.py - collection of Dutch numbers # coding: utf-8 # -# Copyright (C) 2012 Arthur de Jong +# Copyright (C) 2012, 2013 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,5 +20,6 @@ """Collection of Dutch numbers.""" -# provide vat as an alias +# provide aliases from stdnum.nl import btw as vat +from stdnum.nl import postcode as postcal_code |