Source: python-binary-memcached
Version: 0.31.1+dfsg1-2
Severity: normal

Dear Maintainer,

This project will use unittest.mock on Python 3.

Greetings


tchet@quieter:/tmp/python-binary-memcached$ head test/test_errors.py -n 20
...
import six
...
if six.PY3:
    from unittest import mock
else:
    import mock

Reply via email to