ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".
[openvswitch] / python / ovs / db / error.py
index f8635164396ad42c53fb2adad5ef1960ab1765a8..c3fd3020a8499f3d6a452b1ffe22ca6795c79cb6 100644 (file)
@@ -14,6 +14,7 @@
 
 import ovs.json
 
+
 class Error(Exception):
     def __init__(self, msg, json=None, tag=None):
         self.msg = msg