7 lines
156 B
Python
7 lines
156 B
Python
""" # lint-amnesty, pylint: disable=django-not-configured
|
|
paver commands
|
|
"""
|
|
|
|
|
|
from . import assets, docs, i18n, js_test, prereqs, quality, servers, tests
|