Skip to content

Commit 799b026

Browse files
committed
clearer error message in case of missing cffi
1 parent cd67113 commit 799b026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zmq/backend/cffi/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Copyright (C) PyZMQ Developers
44
# Distributed under the terms of the Modified BSD License.
55

6+
# for clearer error message on missing cffi
7+
import cffi # noqa
8+
69
from zmq.backend.cffi import _poll, context, devices, error, message, socket, utils
710

811
from ._cffi import ffi

0 commit comments

Comments
 (0)