update Mpris2Plugin to py3

This commit is contained in:
Denis Fomin
2013-01-31 00:00:56 +04:00
parent bdd53868d9
commit 51f8bf8c4f
3 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
from mpris2_support import Mpris2Plugin
from .mpris2_support import Mpris2Plugin

View File

@@ -5,4 +5,4 @@ version: 0.3.1
description: MPRIS2 support. Allows to update status message according to the music you're listening via the MPRIS2 D-Bus API.
authors = Denis Fomin <fominde@gmail.com>
homepage = http://trac-plugins.gajim.org/wiki/MprisSupportPlugin
max_gajim_version: 0.15.9
min_gajim_version: 0.15.10

View File

@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
import gtk
import gobject
from common import gajim
from plugins import GajimPlugin