Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/amit9838/mousam
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Apr 28, 2024
2 parents 28892ff + 96569b0 commit 16ef24b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frontendHourlyDetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gettext import gettext as _, pgettext as C_

from .constants import icons, icon_loc
from .frontendUiDrawImageIcon import DrawImage
Expand Down
2 changes: 2 additions & 0 deletions src/mousam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gi.repository import Gtk, Adw, Gio
from gettext import gettext as _, pgettext as C_


# module import
from .utils import create_toast, check_internet_connection
Expand Down
1 change: 1 addition & 0 deletions src/weatherData.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .backendAirPollution import AirPollution
from .Models import *
from .utils import get_cords
from gettext import gettext as _, pgettext as C_

gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
Expand Down

0 comments on commit 16ef24b

Please sign in to comment.