From 5e25edb1b78f28bee09bd7513a80fb500bbd59c4 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 24 Nov 2010 23:26:43 +0000 Subject: Updated libsms to the latest version (1.15), includes some memory management improvements/simplifications but the basic API is the same. Also started updating the unit tests, which will now use the nose framework --- sndobj/sndobj.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sndobj') diff --git a/sndobj/sndobj.i b/sndobj/sndobj.i index 413e7ae..ef2242a 100644 --- a/sndobj/sndobj.i +++ b/sndobj/sndobj.i @@ -1,4 +1,4 @@ -%module(directors="1") pysndobj +%module(directors="1") simplsndobj %{ #include "SndObj.h" #include "SndIO.h" -- cgit v1.2.3