Rename *Impl.py to Imp.py

This commit is contained in:
David Carter
2024-08-25 08:09:12 -04:00
committed by Chris Hennes
parent 7c797b5a10
commit 450ec1ad8c
12 changed files with 10 additions and 10 deletions

View File

@@ -55,23 +55,23 @@ generate_from_xml(UUIDsPy)
SET(Python_SRCS
Exceptions.h
Array2DPy.xml
Array2DPyImpl.cpp
Array2DPyImp.cpp
Array3DPy.xml
Array3DPyImpl.cpp
Array3DPyImp.cpp
MaterialManagerPy.xml
MaterialManagerPyImpl.cpp
MaterialManagerPyImp.cpp
MaterialPy.xml
MaterialPyImpl.cpp
MaterialPyImp.cpp
MaterialFilterPy.xml
MaterialFilterPyImpl.cpp
MaterialFilterPyImp.cpp
ModelManagerPy.xml
ModelManagerPyImpl.cpp
ModelManagerPyImp.cpp
ModelPropertyPy.xml
ModelPropertyPyImpl.cpp
ModelPropertyPyImp.cpp
ModelPy.xml
ModelPyImpl.cpp
ModelPyImp.cpp
UUIDsPy.xml
UUIDsPyImpl.cpp
UUIDsPyImp.cpp
)
SOURCE_GROUP("Python" FILES ${Python_SRCS})

View File

@@ -40,7 +40,7 @@ generate_from_xml(MaterialTreeWidgetPy)
SET(Python_SRCS
MaterialTreeWidgetPy.xml
MaterialTreeWidgetPyImpl.cpp
MaterialTreeWidgetPyImp.cpp
)
SOURCE_GROUP("Python" FILES ${Python_SRCS})