lorien/grab

missing method normalize_unicode

vpereira opened this issue · 2 comments

trying to use the last version:

 from grab.base import Grab  # noqa
  File "/xoo/.tox/py27-integration/lib/python2.7/site-packages/grab/base.py", line 22, in <module>
    from weblib.http import normalize_http_values, normalize_unicode
ImportError: cannot import name normalize_unicode
ERROR: InvocationError: '/xoo/.tox/py27-integration/bin/django-admin.py test -v 2'

I've uploaded new release of weblib that contains weblib.http:normalize_unicode method. Just pip install -U weblib.

@lorien it works for me. Thank you!