Move htmltextview into gtk module

This commit is contained in:
Philipp Hörist 2018-11-16 22:50:29 +01:00
parent a1b798b8fc
commit cee63aa0d8
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ from gajim.common.i18n import _
from gajim.common.fuzzyclock import FuzzyClock
from gajim.common.const import StyleAttr
from gajim.htmltextview import HtmlTextView
from gajim.gtk.htmltextview import HtmlTextView
from gajim.gtk import util
from gajim.gtk.util import load_icon