miracle2k/django-assets

Django 3.0.1 support

Closed this issue · 1 comments

In Django 3.0.1 there is a DeprecationWarning with the imp module in the env.py file.

django_assets\env.py:1: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp

I would be very happy about a fix :)

Greetings

Is it fixed ? :)