INCR-250: Make compatible with Python 3.x without breaking Python 2.7… (#20534)

* INCR-250: Make compatible with Python 3.x without breaking Python 2.7 support --> openedx/core/djangoapps/programs

* INCR-250: Disable pylint warning and replace _f placeholder with actual name

* INCR-250: pylint format correction and fix over length line limit
This commit is contained in:
Amit
2019-06-11 19:47:52 +05:30
committed by Jeremy Bowman
parent de5d25eccc
commit 087250cff7
6 changed files with 27 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
"""
Programs Configuration
"""
from __future__ import absolute_import
from django.apps import AppConfig