remove unused import

This commit is contained in:
Denis Fomin
2011-12-07 22:48:25 +03:00
parent d53f7a2ae3
commit 085e16dec7
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import gtk
from common import gajim
from plugins import GajimPlugin
from plugins.helpers import log_calls, log
from plugins.helpers import log_calls
from plugins.gui import GajimPluginConfigDialog