diff tests/unit/test_plugin_xep_0320.py @ 4071:4b842c1fb686

refactoring: renamed `sat` package to `libervia.backend`
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 11:49:51 +0200
parents b56bf0c6c064
children
line wrap: on
line diff
--- a/tests/unit/test_plugin_xep_0320.py	Thu Jun 01 21:37:34 2023 +0200
+++ b/tests/unit/test_plugin_xep_0320.py	Fri Jun 02 11:49:51 2023 +0200
@@ -18,8 +18,8 @@
 
 from twisted.words.xish import domish
 
-from sat.plugins.plugin_xep_0320 import NS_JINGLE_DTLS, XEP_0320
-from sat.tools import xml_tools
+from libervia.backend.plugins.plugin_xep_0320 import NS_JINGLE_DTLS, XEP_0320
+from libervia.backend.tools import xml_tools
 
 
 class TestXEP0320: