Merge from trunk 16031:16122

This commit is contained in:
Ian Thompson
2008-08-15 00:00:27 +00:00
55 changed files with 3271 additions and 3932 deletions

View File

@@ -180,7 +180,6 @@ PyObject* SCA_ActuatorSensor::PySetActuator(PyObject* self, PyObject* args, PyOb
char *actNameArg = NULL;
if (!PyArg_ParseTuple(args, "s", &actNameArg)) {
PyErr_SetString(PyExc_TypeError, "Invalid arguments");
return NULL;
}