mirror of https://github.com/celery/kombu.git
Fixed typo __init___ -> __init__
This commit is contained in:
parent
936ea9f5f1
commit
a92d125f09
|
@ -12,7 +12,7 @@ POLL_ERR = 0x008 | 0x010 | 0x2000
|
|||
|
||||
class _epoll(object):
|
||||
|
||||
def __init___(self):
|
||||
def __init__(self):
|
||||
self._epoll = select.epoll()
|
||||
|
||||
def register(self, fd, events):
|
||||
|
|
Loading…
Reference in New Issue