remove unused vars and modules
This commit is contained in:
parent
5161226e0a
commit
e0d9933b23
|
@ -22,8 +22,6 @@ import gtk.glade
|
|||
import pango
|
||||
import gobject
|
||||
import time
|
||||
import urllib
|
||||
import base64
|
||||
import os
|
||||
|
||||
import dialogs
|
||||
|
|
|
@ -397,7 +397,6 @@ class RosterTooltip(BaseTooltip, StatusTable):
|
|||
info += '\n<span weight="bold">' + _('OpenPGP: ') + \
|
||||
'</span>' + gtkgui_helpers.escape_for_pango_markup(keyID)
|
||||
|
||||
single_line, resource_str, multiple_resource= '', '', False
|
||||
num_resources = 0
|
||||
for contact in contacts:
|
||||
if contact.resource:
|
||||
|
|
Loading…
Reference in New Issue