From f15923902c4259978b952ed4b6aef2db4c9f430b Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 26 Aug 2015 15:33:20 +0300 Subject: remove old python --- external_libs/python/zmq/backend/cffi/error.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 external_libs/python/zmq/backend/cffi/error.py (limited to 'external_libs/python/zmq/backend/cffi/error.py') diff --git a/external_libs/python/zmq/backend/cffi/error.py b/external_libs/python/zmq/backend/cffi/error.py deleted file mode 100644 index 3bb64de0..00000000 --- a/external_libs/python/zmq/backend/cffi/error.py +++ /dev/null @@ -1,13 +0,0 @@ -"""zmq error functions""" - -# Copyright (C) PyZMQ Developers -# Distributed under the terms of the Modified BSD License. - -from ._cffi import C, ffi - -def strerror(errno): - return ffi.string(C.zmq_strerror(errno)) - -zmq_errno = C.zmq_errno - -__all__ = ['strerror', 'zmq_errno'] -- cgit