Signed-off-by: Yoshihiro Kaneko <[email protected]>
---
 ryu/lib/of_config/base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/lib/of_config/base.py b/ryu/lib/of_config/base.py
index ca363bf..c657b10 100644
--- a/ryu/lib/of_config/base.py
+++ b/ryu/lib/of_config/base.py
@@ -111,7 +111,7 @@ class _Base(stringify.StringifyMixin):
     @classmethod
     def from_et(cls, et):
         def convert(v):
-            if e.cls not is None:
+            if e.cls is not None:
                 return e.cls.from_et(v)
             return v
 
-- 
1.7.9.5


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to