diff options
author | Jonathan Beck | 2009-11-11 21:43:54 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-11-11 21:43:54 +0100 |
commit | 7a136312614f4d853898d6e0ad96b69af2d232be (patch) | |
tree | 4abcc16d51cb73be19bff6efea16a49fc367f23d /swig/plist.i | |
parent | e91836fb3169cbca7c58c2680b591ec7f081b6b3 (diff) | |
download | libplist-7a136312614f4d853898d6e0ad96b69af2d232be.tar.gz libplist-7a136312614f4d853898d6e0ad96b69af2d232be.tar.bz2 |
Simplify 'libplist.PList' python module to 'plist'.
Diffstat (limited to 'swig/plist.i')
-rw-r--r-- | swig/plist.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/plist.i b/swig/plist.i index 925752e..278ca7a 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -1,5 +1,5 @@ /* swig.i */ - %module(package="libplist") PList + %module plist %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ |