Files @ e3ddcc3538df
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
helpers: remove unused imports

helpers.py imported tons of unused names.
Most of these are assumed to be due to historical changes without cleanup.
Several webhelpers names were imported as a group, but this is not deemed
useful.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh