philipn/django-rest-framework-filters

ImportWarning on Python 2: missing __init__.py in templatetags/

Closed this issue · 3 comments

/usr/lib/python2.7/importlib/__init__.py:37: ImportWarning:
  
  Not importing directory '/home/.../virtualenvs/.../local/lib/python2.7/site-packages/rest_framework_filters/templatetags': missing __init__.py

-- Docs: https://docs.pytest.org/en/latest/warnings.html

The directory is empty.

Thanks - this is an erroneous packaging issue. You can read more in #296.

v0.11.1 is up on PyPI, which should fix the issue.

@rpkilby thank you :) have a nice day.