Merge pull request #21067 from edx/INCR-402
INCR-402 python3 compatibility
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
LOOKUP = {}
|
||||
|
||||
from .paths import add_lookup, lookup_template, clear_lookups, save_lookups
|
||||
from .paths import add_lookup, clear_lookups, lookup_template, save_lookups
|
||||
|
||||
|
||||
class Engines(object):
|
||||
|
||||
Reference in New Issue
Block a user