Skip to content
Snippets Groups Projects
Commit aec45986 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v1.2.11

parent d8e7cdd0
No related branches found
Tags v1.2.11
No related merge requests found
......@@ -2,6 +2,6 @@ The changelog is kept as [release notes](https://github.com/smok-serwis/coolamqp
on GitHub. This file serves to only note what changes
have been made so far, between releases.
# v1.2.10
# v1.2.11
* made CoolAMQP importable on Windows
__version__ = '1.2.10'
__version__ = '1.2.11'
......@@ -12,9 +12,6 @@ from coolamqp.uplink.listener.base_listener import BaseListener
logger = logging.getLogger(__name__)
RO = select.EPOLLIN | select.EPOLLHUP | select.EPOLLERR
RW = RO | select.EPOLLOUT
class SelectListener(BaseListener):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment