[triggers] 1.5.1
Adapt to upstream changes
This commit is contained in:
@@ -16,20 +16,15 @@
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Any
|
|
||||||
from typing import TYPE_CHECKING
|
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from typing import TYPE_CHECKING, Any
|
||||||
from gi.repository import Gtk
|
|
||||||
from gi.repository import Gdk
|
|
||||||
|
|
||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
from gajim.common.helpers import get_uf_show
|
|
||||||
from gajim.common.helpers import play_sound_file
|
from gajim.common.helpers import play_sound_file
|
||||||
|
from gajim.common.util.status import get_uf_show
|
||||||
from gajim.plugins.plugins_i18n import _
|
|
||||||
from gajim.plugins.helpers import get_builder
|
from gajim.plugins.helpers import get_builder
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
|
from gi.repository import Gdk, Gtk
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from ..triggers import Triggers
|
from ..triggers import Triggers
|
||||||
|
|||||||
@@ -16,5 +16,5 @@
|
|||||||
"gajim>=1.9.0"
|
"gajim>=1.9.0"
|
||||||
],
|
],
|
||||||
"short_name": "triggers",
|
"short_name": "triggers",
|
||||||
"version": "1.5.0"
|
"version": "1.5.1"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user