Jason Rhinelander 5c7a290d37 Fix new flake8 E741 error from using l variable
The just-updated flake8 package hits a bunch of:

    E741 ambiguous variable name 'l'

warnings.  This commit renames them all from `l` to `lst` (they are all
list values) to avoid the error.
2017-10-25 08:18:21 -03:00
..
2017-01-31 17:05:44 +01:00
2017-07-28 20:40:35 -04:00
2017-09-19 23:16:45 -03:00