Factor out EIGHT_BIT_SCALE.
[naja.git] / naja / widgets / game_bits.py
index 875558cd76b068ffcf448cc2a7bb2c6bdbb6da74..682d520531a366790727212ac3786dc2c35d46da 100644 (file)
@@ -3,8 +3,7 @@ Widget that holds the games's bits.
 """
 
 from naja.constants import BIT_SIZE
-
-from .base import Widget
+from naja.widgets.base import Widget
 
 
 class GameBitsWidget(Widget):
@@ -19,4 +18,4 @@ class GameBitsWidget(Widget):
 
     def draw(self, surface):
         pass
-        #surface.blit(self.surface, self.rect)
+        #surface.blit(self.surface, self.pos)