more /Drawing/TechDraw/ edits. VP name conflicts

This commit is contained in:
WandererFan
2016-01-18 09:02:56 -05:00
committed by wmayer
parent 46647beb8c
commit 05bca371dc
58 changed files with 349 additions and 376 deletions

View File

@@ -57,7 +57,7 @@ tdPlaceholder(PyObject *self, PyObject *args)
}
/* registration table */
struct PyMethodDef Drawing_methods[] = {
struct PyMethodDef TechDraw_methods[] = {
{"tdPlaceholder" ,tdPlaceholder ,METH_VARARGS,
"[n/a] = tdPlaceholder(n/a) -- Temporary hack."},
{NULL, NULL} /* end of table marker */