mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
6f5abb9540
The Column class accepts a 'doc' argument. Use it. And while we're at it, make them all unicode strings. Performed by the following sed script: s/info=dict(description=u\?\("[^"]*"\))/doc=u\1/ s/info=dict(description=u\?\('[^']*'\))/doc=u\1/ s/\(\s*\)info=dict(description=u\?\("[^"]*"\), /\1doc=u\2,\n\1info=dict(/ s/\(\s*\)info=dict(description=u\?\('[^']*'\), /\1doc=u\2,\n\1info=dict(/ /info=dict(description=u\?\('[^']*'\),$/ { s//doc=u\1,/ n s/^\s*/&info=dict(/ } |
||
---|---|---|
.. | ||
__init__.py | ||
tabledoc.py |