Use OS_CMP in place of OS_COMPUTE
[integration/test.git] / tools / exabgp_files / exarpc.py
index b6283f4405d8134dd7966dc6fe3d22a70a98d908..1e9775236828a136da594865270994a88be9565f 100644 (file)
@@ -24,6 +24,7 @@ class ExaStorage(dict):
       "counters": { <msg type>: count, ...}
       "messages": { <msg type>: [hex_string1, ]}
     """
+
     def __init__(self):
         """Thread safe dictionary init"""
         super(ExaStorage, self).__init__()