diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2007-01-14 20:29:38 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2007-01-14 20:29:38 +0000 |
| commit | c7473a3ae0e2f2fc601f7cb98353b0a9cc98e538 (patch) | |
| tree | eea0ee523668ffa655784c5044391aa5ac69672a /bindings/python/__init__.py | |
| parent | 85b023964fe3068bcd750745277e2c957c4a5227 (diff) | |
| download | libgpod-c7473a3ae0e2f2fc601f7cb98353b0a9cc98e538.tar.gz libgpod-c7473a3ae0e2f2fc601f7cb98353b0a9cc98e538.tar.xz libgpod-c7473a3ae0e2f2fc601f7cb98353b0a9cc98e538.zip | |
Use gtkdoc documentation for python docstrings, topped up with docstrings by Todd Zullinger.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1366 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/__init__.py')
| -rw-r--r-- | bindings/python/__init__.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bindings/python/__init__.py b/bindings/python/__init__.py index 05a8159..b0640cf 100644 --- a/bindings/python/__init__.py +++ b/bindings/python/__init__.py @@ -1,6 +1,12 @@ +"""Manage tracks and playlists on an iPod. + +The gpod module allows you to add and remove tracks, create and edit +playlists, and other iPod tasks. + +""" + from gpod import * from ipod import * __all__ = ["DatabaseException", "TrackException", "Database","Track","Playlist"] - |
