[gnome-music/wip/merge: 72/343] Fix imports
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 72/343] Fix imports
- Date: Thu, 25 Jul 2013 11:19:28 +0000 (UTC)
commit 485b5660f281a3606b40ca071dda073cecaff675
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Sun Jul 14 23:59:56 2013 +0200
Fix imports
gnomemusic/albumArtCache.py | 2 +-
gnomemusic/view.py | 2 +-
gnomemusic/widgets.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index bed6e79..3fceea1 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -3,7 +3,7 @@ from gi.repository import GdkPixbuf, Gio, GLib, Grl
import os
import re
-from gnomemusic.grilo import Grilo
+from gnomemusic.grilo import Grilo as grilo
class AlbumArtCache:
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 0723440..56fc904 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -2,7 +2,7 @@ from gi.repository import Gtk, GObject, Gd, Grl, Pango, GLib, GdkPixbuf, Tracker
from gnomemusic.grilo import grilo
import gnomemusic.widgets as Widgets
from gnomemusic.query import Query
-import gnomemusic.albumArtCache
+from gnomemusic.albumArtCache import AlbumArtCache as albumArtCache
tracker = Tracker.SparqlConnection.get(None)
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index 6848aaf..2813105 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -1,6 +1,6 @@
from gi.repository import Gtk, Gd, GLib, GObject, Grl, Pango
from gi.repository import GdkPixbuf
-import gnomemusic.grilo
+from gnomemusic.grilo import Grilo as grilo
import logging
from gnomemusic.query import Query
from gnomemusic.albumArtCache import AlbumArtCache
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]