diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-06-07 21:05:52 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-06-07 21:05:52 +0200 |
commit | 99586c9258b77d4855e874c79055ce8e0dc479f3 (patch) | |
tree | 2c253af10c137680a4eacf459d501bb19b82b0c6 /stdnum/pl/nip.py | |
parent | a655e8272c8318f82be7db265d29ebf60a3d3dbf (diff) |
Revert generating stdnum docstring dynamically
Generating the docstring dynamically results in all stdnum modules being
imported for every import from any stdnum module which is a performance hit.
So we switch back to a manually generated list, using:
from stdnum.util import get_module_list
print '\n'.join(get_module_list())
This also shortens a few short descriptions to attempt to fit things on
one line.
Diffstat (limited to 'stdnum/pl/nip.py')
0 files changed, 0 insertions, 0 deletions