From 7a136312614f4d853898d6e0ad96b69af2d232be Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 11 Nov 2009 21:43:54 +0100 Subject: Simplify 'libplist.PList' python module to 'plist'. --- swig/plist.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig/plist.i') 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 */ -- cgit v1.1-32-gdbae