The Great Renaming of locks and keys.
[naja.git] / naja / constants.py
index d93b45cf8a4b652b5d0d27f40eb59ad04752ea17..92162ce1d87fd979eb0081e137ad556f970f4195 100644 (file)
@@ -31,9 +31,9 @@ BITS = AttrDict({
     'EAST': 2,
     'WEST': 3,
     # Condition bits
-    'CYAN': 4,
-    'MAGENTA': 5,
-    'YELLOW': 6,
+    'BLUE': 4,
+    'GREEN': 5,
+    'RED': 6,
     'MSB': 7,
 })
 DIRECTION_BITS = AttrDict((k, v) for k, v in BITS.items() if v < 4)