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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to