Oh yeah, we're using a AttrDict thing, aren't we?
[naja.git] / naja / widgets / tile.py
index 63fbafef09f054666a42234929a1145ad524bf53..4a88e121fb01dfeb688ec68c119e7e52b6a0595d 100644 (file)
@@ -8,9 +8,9 @@ from naja.widgets.base import Widget
 
 
 BIT_MAP = {
-        BITS['CYAN']: 'board/tile_cyan.png',
-        BITS['MAGENTA']: 'board/tile_magenta.png',
-        BITS['YELLOW']: 'board/tile_yellow.png',
+        BITS.CYAN: 'board/tile_cyan.png',
+        BITS.MAGENTA: 'board/tile_magenta.png',
+        BITS.YELLOW: 'board/tile_yellow.png',
         }