VideoTexture: use PyObjectPlus.h instead of Python.h for compatibility with Python2.3

This commit is contained in:
2008-11-02 18:02:31 +00:00
parent f180702a12
commit 2973bd8ea2
20 changed files with 19 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ http://www.gnu.org/copyleft/lesser.txt.
#include <strstream>
#include <fstream>
#include <Python.h>
#include <PyObjectPlus.h>
#include "Exception.h"