update ServerStatusIconsPlugin to py3
This commit is contained in:
@@ -1 +1 @@
|
||||
from server_status_icons import ServerStatusIconsPlugin
|
||||
from .server_status_icons import ServerStatusIconsPlugin
|
||||
|
||||
@@ -7,4 +7,4 @@ description: Replace standard Gajim status icons with server
|
||||
authors = Denis Fomin <fominde@gmail.com>
|
||||
Pavel Suslov
|
||||
homepage = http://trac-plugins.gajim.org/wiki/ServerStatusIconsPlugin
|
||||
max_gajim_version: 0.15.9
|
||||
min_gajim_version: 0.15.10
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
##
|
||||
|
||||
import gtk
|
||||
import os
|
||||
|
||||
from plugins.gui import GajimPluginConfigDialog
|
||||
|
||||
Reference in New Issue
Block a user