summaryrefslogtreecommitdiffhomepage
path: root/ryu/services/protocols/bgp/utils/evtlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'ryu/services/protocols/bgp/utils/evtlet.py')
-rw-r--r--ryu/services/protocols/bgp/utils/evtlet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ryu/services/protocols/bgp/utils/evtlet.py b/ryu/services/protocols/bgp/utils/evtlet.py
index 339837fb..e9ec6471 100644
--- a/ryu/services/protocols/bgp/utils/evtlet.py
+++ b/ryu/services/protocols/bgp/utils/evtlet.py
@@ -39,6 +39,7 @@ class EventletIOFactory(object):
class LoopingCall(object):
"""Call a function repeatedly.
"""
+
def __init__(self, funct, *args, **kwargs):
self._funct = funct
self._args = args