Skip to content
Snippets Groups Projects
Commit f4b89b10 authored by Nico's avatar Nico
Browse files

Move actions.py into actions module

parent f0759bfa
No related branches found
No related tags found
No related merge requests found
Pipeline #4231 passed
......@@ -6,7 +6,7 @@
# Initial version based on GNOME Lollypop
# https://gitlab.gnome.org/World/lollypop/blob/1.2.20/lollypop/application_actions.py
from briar_gtk.action import Actions
from briar_gtk.actions.actions import Actions
# pylint: disable=too-few-public-methods
......
......@@ -8,7 +8,7 @@
from gi.repository import GLib
from briar_gtk.action import Actions
from briar_gtk.actions.actions import Actions
from briar_gtk.containers.main_window import MainWindowContainer
from briar_gtk.define import APP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment