python-stdnum commit: r81 - python-stdnum
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r81 - python-stdnum
- 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: r81 - python-stdnum
- Date: Fri, 23 Sep 2011 16:52:32 +0200 (CEST)
Author: arthur
Date: Fri Sep 23 16:52:31 2011
New Revision: 81
URL: http://arthurdejong.org/viewvc/python-stdnum?revision=81&view=revision
Log:
remove unneeded import
Modified:
python-stdnum/getiban.py
Modified: python-stdnum/getiban.py
==============================================================================
--- python-stdnum/getiban.py Tue Sep 20 23:14:48 2011 (r80)
+++ python-stdnum/getiban.py Fri Sep 23 16:52:31 2011 (r81)
@@ -24,7 +24,6 @@
the data needed to correctly parse and validate IBANs."""
import urllib
-import re
# The place where the current version of IBAN_Registry.txt can be downloaded.
--
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: r81 - python-stdnum,
Commits of the python-stdnum project