Skip to content
Snippets Groups Projects
Commit 1229e971 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by mesonium
Browse files

cq: EncryptionInfoRow: Fix relative imports

parent b972c049
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@
from gajim.common.modules.contacts import BareContact
from gajim.common.util.datetime import utc_now
from ...util import open_window
from .base import BaseRow
from .widgets import DateTimeLabel
from .widgets import SimpleLabel
from gajim.gtk.conversation.rows.base import BaseRow
from gajim.gtk.conversation.rows.widgets import DateTimeLabel
from gajim.gtk.conversation.rows.widgets import SimpleLabel
from gajim.gtk.util import open_window
class EncryptionInfoRow(BaseRow):
......
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