8 lines
148 B
Python
8 lines
148 B
Python
"""
|
|
paver commands
|
|
"""
|
|
from . import (
|
|
assets, servers, docs, prereqs, quality, tests, js_test, i18n, bok_choy,
|
|
acceptance_test, database
|
|
)
|