Feanil Patel
|
6e3fe00fff
|
Fix all E303 pep8 errors.
|
2019-12-30 12:25:38 -05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Ned Batchelder
|
efba6e45e8
|
Finally import courseware properly everywhere to get rid of a warning
|
2019-09-26 09:40:15 -04:00 |
|
usama sadiq
|
7719314a22
|
Upgrade to Python3
Added absolute_import
Changed the use of unicode with six.text_type
|
2019-06-21 16:39:24 +05:00 |
|
cahrens
|
819a56fee3
|
Remove usages of deprecated SlashSeparatedCourseKey.
|
2017-08-14 11:01:00 -04:00 |
|
Andy Armstrong
|
79acb5c5be
|
Reorder LMS imports using isort
|
2017-06-11 21:48:06 -04:00 |
|
tlindaliu
|
e0840d2d43
|
MA-849: Change has_access return type
New classes for the return type, and changes to the has_access function and tests to make them compatible.
|
2015-07-19 20:42:29 -04:00 |
|
Davorin Sego
|
a455d9d50a
|
SOL-495 Cohort-Aware content search
|
2015-05-14 14:07:42 -04:00 |
|