Remove an useless import in conversation_textview.py.
common.latex was removed in r13821, so there is no reason to keep code which imports it.
This commit is contained in:
parent
07cd259bed
commit
50ddf56b58
|
@ -43,7 +43,6 @@ import urllib
|
|||
import gtkgui_helpers
|
||||
from common import gajim
|
||||
from common import helpers
|
||||
from common import latex
|
||||
from common import i18n
|
||||
from calendar import timegm
|
||||
from common.fuzzyclock import FuzzyClock
|
||||
|
|
Loading…
Reference in New Issue