python-stdnum branch master updated. 1.9-11-g510ee93
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.9-11-g510ee93
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.9-11-g510ee93
- Date: Thu, 27 Sep 2018 19:20:32 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 510ee93e0117eac927d17e213fa014df84774c48 (commit)
from e58c09a825e64a68bf69204c07afd3a8a1269095 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=510ee93e0117eac927d17e213fa014df84774c48
commit 510ee93e0117eac927d17e213fa014df84774c48
Author: Levin Rickert <me@levrik.io>
Date: Fri Sep 21 11:56:53 2018 +0200
Add vat alias for Russia
diff --git a/stdnum/ru/__init__.py b/stdnum/ru/__init__.py
index fb58656..470f21a 100644
--- a/stdnum/ru/__init__.py
+++ b/stdnum/ru/__init__.py
@@ -19,3 +19,6 @@
# 02110-1301 USA
"""Collection of Russian numbers."""
+
+# provide vat as an alias
+from stdnum.ru import inn as vat # noqa: F401
-----------------------------------------------------------------------
Summary of changes:
stdnum/ru/__init__.py | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
python-stdnum
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum branch master updated. 1.9-11-g510ee93,
Commits of the python-stdnum project