From ce9e6169a993e38fb7b8edaed05c105fa4450e27 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sun, 14 Jan 2007 20:29:38 +0000 Subject: 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 --- bindings/python/__init__.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bindings/python/__init__.py') 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"] - -- cgit