Daniel Brötzmann pushed to branch master at gajim / gajim
Commits: cddfa514 by wurstsalat at 2024-08-10T19:01:24+02:00 cfix: Fix import for _xmpp_query_type_handlers - - - - - 1 changed file: - test/common/test_uri_util.py Changes: ===================================== test/common/test_uri_util.py ===================================== @@ -2,7 +2,7 @@ from gajim.common import app # noqa: F401 (avoid circular imports) from gajim.common.const import XmppUriQuery -from gajim.common.helpers import _xmpp_query_type_handlers +from gajim.common.util.uri import _xmpp_query_type_handlers class Test(unittest.TestCase): View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/cddfa51425ba8a18c6d1b08e522adff91a751111 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/cddfa51425ba8a18c6d1b08e522adff91a751111 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
