diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-05-14 14:25:17 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-05-14 14:25:17 +0000 |
| commit | 59408a4edc249d84fee3187f3d3fce429a0e68b3 (patch) | |
| tree | 94a61ce65656c30df5a3de0f16ab7af11ee0401c /bindings/python/examples | |
| parent | 811fe59ec81206aa7f2ab714937c9fcc84ce8f24 (diff) | |
| download | libgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.tar.gz libgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.tar.xz libgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.zip | |
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
Diffstat (limited to 'bindings/python/examples')
| -rw-r--r-- | bindings/python/examples/Makefile.am | 2 | ||||
| -rwxr-xr-x | bindings/python/examples/play_with_ipod_api.py (renamed from bindings/python/examples/playwith_ipod_api.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 5e6100f..c61802e 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -1,4 +1,4 @@ EXTRA_DIST = coverart_fetch.py toy_around.py \ tag_genre_from_audioscrobber.py add_song.py \ - playwith_ipod_api.py create_mp3_tags_from_itdb.py \ + play_with_ipod_api.py create_mp3_tags_from_itdb.py \ play_with_smart_playlists.py diff --git a/bindings/python/examples/playwith_ipod_api.py b/bindings/python/examples/play_with_ipod_api.py index 4780f73..4780f73 100755 --- a/bindings/python/examples/playwith_ipod_api.py +++ b/bindings/python/examples/play_with_ipod_api.py |
