4 files changed
+7
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
|
Submodule xblock-sdk updated 35 files
- .travis.yml+4-5
- AUTHORS-28
- MANIFEST.in+2-2
- Makefile+5-5
- prototype/{{cookiecutter.short_name}}/{{cookiecutter.short_name}}/{{cookiecutter.short_name}}.py+1-1
- pylintrc+23-10
- requirements/base.in+3-2
- requirements/base.txt+15-12
- requirements/dev.txt+32-28
- requirements/quality.txt+4-4
- requirements/test.in+3-1
- requirements/test.txt+27-23
- requirements/travis.txt+9-9
- sample_xblocks/basic/content.py+1-1
- sample_xblocks/basic/problem.py+7-3
- sample_xblocks/basic/slider.py+1-1
- sample_xblocks/basic/structure.py+4-4
- sample_xblocks/basic/view_counter.py+1-1
- sample_xblocks/filethumbs/filethumbs.py+1-1
- sample_xblocks/thumbs/thumbs.py+1-1
- setup.py+7-2
- tox.ini+4-3
- workbench/blocks.py+1-1
- workbench/migrations/0001_initial.py+3-3
- workbench/models.py+9-5
- workbench/runtime.py+2-2
- workbench/settings.py+1-1
- workbench/templates/workbench/block.html+1-1
- workbench/templates/workbench/index.html+1-1
- workbench/test/test_filethumbs.py+2
- workbench/test/test_scenarios.py+1-1
- workbench/test/test_thumbs.py+3
- workbench/test/test_views.py+2-2
- workbench/urls.py+2-2
- workbench/views.py+3-3
0 commit comments