From 5486a8db411919d65100eaa65ba804f76ae8b801 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 14 Jul 2008 23:06:45 -0400 Subject: Update python bindings to work with new thumbnail API --- 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