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 |
|
Kyle Mulka
|
9221c2dfd1
|
ran modernize on openedx/core/djangoapps/util/tests and management
|
2019-05-06 16:41:25 +00:00 |
|
Matthew Piatetsky
|
444799fb0e
|
fix unicode strings in openedx/ part 2
|
2019-02-15 10:15:51 -05:00 |
|
cclauss
|
8fca11b85c
|
Use print() function in both Python 2 and Python 3
|
2019-01-13 17:16:37 +01:00 |
|
Jeremy Bowman
|
93ed653b7b
|
TE-2632 Fix site fixture domains for devstack bok-choy tests
|
2018-07-06 13:02:57 -04:00 |
|
Ned Batchelder
|
e23e3a0486
|
Fix a number of unused-import pylint violations
|
2017-11-21 19:57:06 -05:00 |
|
Jeremy Bowman
|
ba06372cac
|
PLAT-1780 Remove dependency on django-extensions
|
2017-10-27 13:19:12 -04:00 |
|