This is the first step of Paver removal. These are the parts that we are confident are unused. Part of: https://github.com/openedx/edx-platform/issues/34467
7 lines
128 B
Python
7 lines
128 B
Python
""" # lint-amnesty, pylint: disable=django-not-configured
|
|
paver commands
|
|
"""
|
|
|
|
|
|
from . import assets, js_test, prereqs, quality
|