From ee263a5bf54d31efeb123d2ec213f26544a3b25a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 17 Mar 2018 14:57:24 +0100 Subject: Add Austrian postal code This also fixes the name of the Dutch postal_code alias and tunes the tests. --- stdnum/nl/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdnum/nl/__init__.py') diff --git a/stdnum/nl/__init__.py b/stdnum/nl/__init__.py index 792e2c2..408d065 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, 2013 Arthur de Jong +# Copyright (C) 2012-2018 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 @@ -22,4 +22,4 @@ # provide aliases from stdnum.nl import btw as vat # noqa: F401 -from stdnum.nl import postcode as postcal_code # noqa: F401 +from stdnum.nl import postcode as postal_code # noqa: F401 -- cgit v1.2.3