# HG changeset patch # User cannam # Date 1254747068 0 # Node ID 94d09b4027aadc3770830f6146bb28a57072b2a6 # Parent e06c3488314a8d8bee340861858b2a924105c58c * Merge r1089 from earlier vampy2 branch diff -r e06c3488314a -r 94d09b4027aa PyTypeInterface.cpp --- a/PyTypeInterface.cpp Mon Oct 05 12:47:58 2009 +0000 +++ b/PyTypeInterface.cpp Mon Oct 05 12:51:08 2009 +0000 @@ -132,7 +132,7 @@ } // convert the first element of any iterable sequence (for convenience and backwards compatibility) - if (PySequence_Check(pyValue) and PySequence_Size(pyValue) > 0) + if (PySequence_Check(pyValue) && PySequence_Size(pyValue) > 0) { PyObject* item = PySequence_GetItem(pyValue,0); if (item) @@ -216,7 +216,7 @@ } // convert the first element of iterable sequences - if (PySequence_Check(pyValue) and PySequence_Size(pyValue) > 0) + if (PySequence_Check(pyValue) && PySequence_Size(pyValue) > 0) { PyObject* item = PySequence_GetItem(pyValue,0); if (item) diff -r e06c3488314a -r 94d09b4027aa VamPy.vcproj --- a/VamPy.vcproj Mon Oct 05 12:47:58 2009 +0000 +++ b/VamPy.vcproj Mon Oct 05 12:51:08 2009 +0000 @@ -114,7 +114,7 @@ + + + + + + + + + + @@ -185,6 +205,14 @@ RelativePath=".\PyPlugScanner.h" > + + + + + + + + + + + + + + @@ -210,7 +258,15 @@ > + + + +