diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-06 16:27:22 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-05-06 16:27:22 +0000 |
| commit | d4c25ffa85c05ecff03370718b9036fdd4e054a0 (patch) | |
| tree | 5be07a752a2fc99871888041f2ce239fbbbfab9d /bindings/python/__init__.py | |
| parent | 9fbdd07cc15dac63272181fa1067a0098a47c034 (diff) | |
Rearrange slightly, create a gpod package ready for the nicer API
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1254 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/__init__.py')
| -rw-r--r-- | bindings/python/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bindings/python/__init__.py b/bindings/python/__init__.py new file mode 100644 index 0000000..05a8159 --- /dev/null +++ b/bindings/python/__init__.py @@ -0,0 +1,6 @@ +from gpod import * +from ipod import * + +__all__ = ["DatabaseException", "TrackException", + "Database","Track","Playlist"] + |
