One true import-style
[naja.git] / naja / widgets / player_bits.py
index 0214bda757639235fd601605632ddd1821235e57..70d5d1183a480c25f05d4e6a6fe17799f142ba51 100644 (file)
@@ -2,8 +2,8 @@
 Widget that holds the player's bits.
 """
 
-from .base import Widget
 from naja.constants import BIT_SIZE
+from naja.widgets.base import Widget
 
 
 class PlayerBitsWidget(Widget):