*** empty log message ***

This commit is contained in:
Dave Goodwin
2007-04-25 00:08:11 +00:00
parent 6d9a1aa4bd
commit b30a0ee8f1
36 changed files with 1081 additions and 1057 deletions

View File

@@ -259,6 +259,7 @@ static PyMethodDef ct_methods[] = {
{"func_new", py_func_new, METH_VARARGS},
{"func_newcombo", py_func_newcombo, METH_VARARGS},
{"func_derivative", py_func_derivative, METH_VARARGS},
{"func_del", py_func_del, METH_VARARGS},
{"func_value", py_func_value, METH_VARARGS},