0

rename configParser to config_parser

CamelCase does not bode well in Python land, so it's best we rename
these ill-named files before the Guidoists get us and throw us into
a damp dungeon.
This commit is contained in:
Nicolas F
2019-07-24 09:18:02 +02:00
parent f314de1403
commit c13d3aae3c
5 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ Let's take a closer look at the ``overviewer_core/`` directory:
* ``cache.py`` implements a Least-Recently-Used (LRU) cache, which is used for
caching chunks in memory as the rendering happens.
* ``configParser.py`` contains some code that sets up how the config is parsed,
* ``config_parser.py`` contains some code that sets up how the config is parsed,
but is not really involved in the definitions of individual settings therein.
* ``dispatcher.py`` is the code that sets up multiprocessing, so Overviewer can