From a784f5941d57b692338782b1955f5721aaabaa7d Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Wed, 20 Aug 2008 17:37:32 +0000 Subject: Update python bindings to work with the new thumbnail API. This removes sw_get_artwork_thumbnails() and the Thumbnail class from the python bindings. The get_pixbuf() function is now in the Photo class. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/tests/tests.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bindings/python/tests') diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py index f52015e..6efb114 100644 --- a/bindings/python/tests/tests.py +++ b/bindings/python/tests/tests.py @@ -182,10 +182,5 @@ class TestPhotoDatabase(unittest.TestCase): for album in self.db.PhotoAlbums: [photo for photo in album] - def testEnumeratePhotosThumbs(self): - for album in self.db.PhotoAlbums: - for photo in album: - [thumb for thumb in photo.thumbnails] - if __name__ == '__main__': unittest.main() -- cgit