set type names of geom classes

This commit is contained in:
wmayer
2016-12-03 13:26:12 +01:00
parent e45a099698
commit fa585583d8
49 changed files with 49 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ public:
PyTypeObject LinePyOld::Type = {
PyObject_HEAD_INIT(&PyType_Type)
0, /*ob_size*/
"Part.GeomLine", /*tp_name*/
"Part.Line", /*tp_name*/
sizeof(LinePyOld), /*tp_basicsize*/
0, /*tp_itemsize*/
/* methods */