Hi, I'm gettings some warnings [Eucalyptus.2, devstack] related to importlib that are quite annoying:
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/require/helpers.py:4: RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9. In that file, I've tried to replace : from django.utils.importlib import import_module with: from importlib import import_module and it seems to work, avoiding the warning messages. Is it such a simple solution a valid one or are there any other pitfalls involved? Thanks. -- Greetings, Juanan Pereira -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CALc7hq_Q3J15GsU0bBGQE_1ii_ZtbKgR78GkRPpv-1ZxNMx0ew%40mail.gmail.com.