python-stdnum commit: r112 - python-stdnum/stdnum/es
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r112 - python-stdnum/stdnum/es
- 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 commit: r112 - python-stdnum/stdnum/es
- Date: Sat, 11 Feb 2012 15:37:29 +0100 (CET)
Author: arthur
Date: Sat Feb 11 15:37:28 2012
New Revision: 112
URL: http://arthurdejong.org/viewvc/python-stdnum?revision=112&view=revision
Log:
fix description and remove unnecessary import
Modified:
python-stdnum/stdnum/es/nie.py
Modified: python-stdnum/stdnum/es/nie.py
==============================================================================
--- python-stdnum/stdnum/es/nie.py Fri Feb 10 21:53:56 2012 (r111)
+++ python-stdnum/stdnum/es/nie.py Sat Feb 11 15:37:28 2012 (r112)
@@ -20,7 +20,8 @@
"""Module for handling Spanish tax identification number (Número de
Identificación de Extranjeros) for foreigners. The NIE is a 9 digit number
-where the fir digit is either X, Y or Z and last digit is a checksum letter.
+where the first digit is either X, Y or Z and last digit is a checksum
+letter.
>>> compact('x-2482300w')
'X2482300W'
@@ -31,7 +32,6 @@
"""
from stdnum.es import dni
-from stdnum.util import clean
__all__ = ['compact', 'is_valid']
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum commit: r112 - python-stdnum/stdnum/es,
Commits of the python-stdnum project