One true import-style
[naja.git] / naja / widgets / game_bits.py
index 875558cd76b068ffcf448cc2a7bb2c6bdbb6da74..fdb10fcd72ba7ef94435697ed8fc26cc30fac0a5 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):