File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Currently this package supports the following formats:
20
20
* MEID (Mobile Equipment Identifier)
21
21
* GRid (Global Release Identifier)
22
22
* IBAN (International Bank Account Number)
23
+ * ISIL (International Standard Identifier for Libraries and Related
24
+ Organizations)
23
25
24
26
Furthermore a number of generic check digit algorithms are available:
25
27
Original file line number Diff line number Diff line change 1
1
# __init__.py - main module
2
2
# coding: utf-8
3
3
#
4
- # Copyright (C) 2010 Arthur de Jong
4
+ # Copyright (C) 2010, 2011 Arthur de Jong
5
5
#
6
6
# This library is free software; you can redistribute it and/or
7
7
# modify it under the terms of the GNU Lesser General Public
34
34
* MEID (Mobile Equipment Identifier)
35
35
* GRid (Global Release Identifier)
36
36
* IBAN (International Bank Account Number)
37
+ * ISIL (International Standard Identifier for Libraries and Related
38
+ Organizations)
37
39
38
40
Furthermore a number of generic check digit algorithms are available:
39
41
You can’t perform that action at this time.
0 commit comments