Kyle McCormick
|
538dbf696b
|
Import CMS code using fully qualified module names
or, using proper the proper Python 3 relative imports
(e.g., 'from .views import x') which are standard and
unambiguous.
|
2020-10-19 09:34:31 -04:00 |
|
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 |
|
arbisoft
|
39ebb9c191
|
Fixing python-modernize issues.
|
2019-07-10 19:22:28 +05:00 |
|
John Eskew
|
b94ea6b4b1
|
Import XBlockMixin from the correct location.
|
2018-06-21 11:41:06 -04:00 |
|
Jeremy Bowman
|
f8e5e38cc4
|
PLAT-1884 Replace deprecated xblock.fragment usage
|
2018-01-11 14:20:12 -05:00 |
|
Andy Armstrong
|
ebb04ca396
|
Reorder Studio imports using isort
|
2017-05-30 17:00:50 -04:00 |
|
Lazybird
|
7148af88df
|
Fixed an import issue with django settings - in xblock authoring module.
Now importing settings module from 'django.conf' instead of 'cms.envs.common'.
|
2015-02-25 14:09:28 +01:00 |
|
Andy Armstrong
|
4fa33e25ed
|
Studio support for cohorted courseware
TNL-652
|
2015-01-15 10:33:45 -05:00 |
|