Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
Briar GTK
Commits
068285ba
Commit
068285ba
authored
Dec 31, 2020
by
Nico
Browse files
Delete handlers module
Following the restructuring of the last commits.
parent
175773e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
briar-gtk/briar_gtk/conversation/conversation_presenter.py
View file @
068285ba
...
...
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
from
briar_gtk.
handlers.
notification
import
NotificationHandler
from
briar_gtk.notification
_handler
import
NotificationHandler
from
briar_gtk.private_chat.private_chat_presenter
import
PrivateChatPresenter
from
briar_gtk.define
import
APP
from
briar_gtk.private_chat.private_chat_view
import
PrivateChatView
...
...
briar-gtk/briar_gtk/handlers/__init__.py
deleted
100644 → 0
View file @
175773e3
# Copyright (c) 2020 Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
"""
Similar to presenters, handlers react to input, but they aren't attached
to a view
"""
briar-gtk/briar_gtk/
handlers/
notification.py
→
briar-gtk/briar_gtk/notification
_handler
.py
View file @
068285ba
# Copyright (c) 2020 Nico Alt
# Copyright (c) 2020
-2021
Nico Alt
# SPDX-License-Identifier: AGPL-3.0-only
# License-Filename: LICENSE.md
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment