From 59408a4edc249d84fee3187f3d3fce429a0e68b3 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sun, 14 May 2006 14:25:17 +0000 Subject: Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1261 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/examples/playwith_ipod_api.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 bindings/python/examples/playwith_ipod_api.py (limited to 'bindings/python/examples/playwith_ipod_api.py') diff --git a/bindings/python/examples/playwith_ipod_api.py b/bindings/python/examples/playwith_ipod_api.py deleted file mode 100755 index 4780f73..0000000 --- a/bindings/python/examples/playwith_ipod_api.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/python - -import gpod - -db = gpod.Database() - -print db - -for track in db[4:20]: - print track - print track['title'] - -for pl in db.Playlists: - print pl - for track in pl: - print " ", track -- cgit