Python API

----------
Added missing definition for NMEdgeType in Types modules.
This commit is contained in:
Ken Hughes 2007-04-02 21:04:53 +00:00
parent b2084d49ff
commit dab9f85485

@ -171,6 +171,8 @@ PyObject *Types_Init( void )
( PyObject * ) &NMFace_Type );
PyDict_SetItemString( dict, "NMVertType",
( PyObject * ) &NMVert_Type );
PyDict_SetItemString( dict, "NMEdgeType",
( PyObject * ) &NMEdge_Type );
PyDict_SetItemString( dict, "NMColType", ( PyObject * ) &NMCol_Type );
PyDict_SetItemString( dict, "MeshType", ( PyObject * ) &Mesh_Type );