RB3 compatibility + removed artsearch dependency

Esse commit está contido em:
Timo Loewe
2013-10-31 21:15:15 +01:00
commit a0114f6daa
2 arquivos alterados com 2 adições e 4 exclusões
+1 -1
Ver Arquivo
@@ -2,7 +2,7 @@
Loader=python3 Loader=python3
Module=ArtDisplay Module=ArtDisplay
IAge=2 IAge=2
Depends=rb;artsearch Depends=rb
Name=Cover art Name=Cover art
Name[af]=Omslagkuns Name[af]=Omslagkuns
Name[ar]=صورة الغلاف Name[ar]=صورة الغلاف
+1 -3
Ver Arquivo
@@ -24,8 +24,6 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
import gi
from warnings import warn from warnings import warn
import rb import rb
@@ -35,7 +33,7 @@ from gi.repository import RB
import gettext import gettext
gettext.install('rhythmbox', RB.locale_dir()) gettext.install('rhythmbox', RB.locale_dir())
import urllib.request, urllib.parse, urllib.error import urllib.request
FADE_STEPS = 10 FADE_STEPS = 10
FADE_TOTAL_TIME = 1000 FADE_TOTAL_TIME = 1000