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 |
|
Andrés González
|
26b3a40133
|
INCR-108 (#20058)
* INCR-108: Run python-modernize on openedx/core/lib
* Fixed urlencode import
* Fixed diff quality warnings and six.string_types error
* Fixed pickle import
* Fixed iteritems import
* Fixed ungrouped imports
* Fixed six.moves import issues
|
2019-04-02 10:26:00 -04:00 |
|
cclauss
|
6a41d01c67
|
Back to r again
|
2019-03-19 07:50:22 +01:00 |
|
cclauss
|
9a0c995885
|
ur'strings' are syntax errors in Python 3
|
2019-03-17 13:56:02 +01:00 |
|
Nimisha Asthagiri
|
15d9883f76
|
Create core/url_utils.py, moving utilities from lms_xblock/runtime
|
2016-10-06 21:59:11 -04:00 |
|