8 lines
184 B
JSON
8 lines
184 B
JSON
{
|
|
"unit.lms": "lms/*.py",
|
|
"unit.studio": "cms/*.py",
|
|
"unit.javascript": "*.js",
|
|
"unit.common_lib": "common/lib/*.py",
|
|
"unit.common_app": "common/djangoapps/*.py"
|
|
}
|