miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Django 3.0.1 support #97

Closed daneb255 closed 4 years ago

daneb255 commented 4 years ago

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

daneb255 commented 4 years ago

Is it fixed ? :)