Skip to content

Commit

Permalink
[About] fix localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jan 15, 2022
1 parent cfd9494 commit 86c4192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AutoBouquetsMaker/src/about.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from __future__ import absolute_import
from Screens.Screen import Screen

# for localized messages
from . import _

from Components.Label import Label
from Components.Button import Button
from Components.Pixmap import Pixmap
Expand Down

0 comments on commit 86c4192

Please sign in to comment.