Rename collection view to library. Show owned cards in library

This commit is contained in:
luxick
2017-03-09 18:27:46 +01:00
parent d8cbd1ebfa
commit f0d8b68d78
5 changed files with 56 additions and 43 deletions

View File

@@ -3,12 +3,11 @@ import details
import config
import threading
import gi
gi.require_version('Gtk', '3.0')
from urllib.error import URLError, HTTPError
from mtgsdk import Card
from gi.repository import Gtk, Gdk, GdkPixbuf, GObject, Pango
gi.require_version('Gtk', '3.0')
class SearchView(Gtk.Grid):