One true import-style
[naja.git] / naja / widgets / info_area.py
index 2a9b50f78ea4a612ddb269f9eb330e9e0c0be7d6..e0789ef47f45767f86b9b0e64358153b70b1257e 100644 (file)
@@ -4,7 +4,7 @@ Widget for the game board information area.
 
 from naja.constants import INFO_SIZE
 
-from .base import Widget
+from naja.widgets.base import Widget
 
 
 class InfoAreaWidget(Widget):