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