Add support for Python 3

Former-commit-id: b6aec954ba0e79ba5697ea8cc305eb9f7d29f332
This commit is contained in:
Johan
2014-02-26 18:10:17 +01:00
parent 1a92e6ccd2
commit e0d405034f
8 changed files with 101 additions and 37 deletions

View File

@@ -55,5 +55,5 @@ private:
std::list<Effect *> _activeEffects;
PyThreadState * _mainThreadState;
PyThreadState * _mainThreadState;
};