Files @ e3ddcc3538df
Branch filter:

Location: kallithea/tox.ini

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.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}