]> jfr.im git - irc/weechat/qweechat.git/blobdiff - qweechat/debug.py
Fix the imports to support Python3 style absolute imports.
[irc/weechat/qweechat.git] / qweechat / debug.py
index 3261bebb62f664a3b0e668b195ab6a1968e10a71..d00c46bbf4b8049aebd1e050242d957191c880d6 100644 (file)
@@ -20,8 +20,8 @@
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-from chat import ChatTextEdit
-from input import InputLineEdit
+from qweechat.chat import ChatTextEdit
+from qweechat.input import InputLineEdit
 
 from PySide6 import QtWidgets as QtGui