File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1421,9 +1421,9 @@ static struct PyGetSetDef cms_profile_getsetters[] = {
14211421 {NULL }};
14221422
14231423static PyTypeObject CmsProfile_Type = {
1424- PyVarObject_HEAD_INIT (NULL , 0 ) "PIL._imagingcms .CmsProfile" , /*tp_name*/
1425- sizeof (CmsProfileObject ), /*tp_basicsize*/
1426- 0 , /*tp_itemsize*/
1424+ PyVarObject_HEAD_INIT (NULL , 0 ) "PIL.ImageCms.core .CmsProfile" , /*tp_name*/
1425+ sizeof (CmsProfileObject ), /*tp_basicsize*/
1426+ 0 , /*tp_itemsize*/
14271427 /* methods */
14281428 (destructor )cms_profile_dealloc , /*tp_dealloc*/
14291429 0 , /*tp_vectorcall_offset*/
@@ -1473,9 +1473,9 @@ static struct PyGetSetDef cms_transform_getsetters[] = {
14731473 {NULL }};
14741474
14751475static PyTypeObject CmsTransform_Type = {
1476- PyVarObject_HEAD_INIT (NULL , 0 ) "CmsTransform" , /*tp_name*/
1477- sizeof (CmsTransformObject ), /*tp_basicsize*/
1478- 0 , /*tp_itemsize*/
1476+ PyVarObject_HEAD_INIT (NULL , 0 ) "PIL.ImageCms.core. CmsTransform" , /*tp_name*/
1477+ sizeof (CmsTransformObject ), /*tp_basicsize*/
1478+ 0 , /*tp_itemsize*/
14791479 /* methods */
14801480 (destructor )cms_transform_dealloc , /*tp_dealloc*/
14811481 0 , /*tp_vectorcall_offset*/
You can’t perform that action at this time.
0 commit comments