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:
Anaël Verrier 2012-08-11 22:34:44 +02:00
parent 07cd259bed
commit 50ddf56b58
1 changed files with 0 additions and 1 deletions

View File

@ -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