W:225,24:AppManager.instantiate_apps: Redefining built-in 'list'
Signed-off-by: Isaku Yamahata <[email protected]>
---
ryu/base/app_manager.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py
index 173e35c..9709657 100644
--- a/ryu/base/app_manager.py
+++ b/ryu/base/app_manager.py
@@ -222,8 +222,8 @@ class AppManager(object):
for brick, i in SERVICE_BRICKS.items():
LOG.debug("BRICK %s" % brick)
- for ev_cls, list in i.observers.items():
- LOG.debug(" PROVIDES %s TO %s" % (ev_cls.__name__, list))
+ for ev_cls, list_ in i.observers.items():
+ LOG.debug(" PROVIDES %s TO %s" % (ev_cls.__name__, list_))
for ev_cls in i.event_handlers.keys():
LOG.debug(" CONSUMES %s" % (ev_cls.__name__,))
--
1.7.10.4
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel