Remove obsolete PythonInitImpl.cxx file
This file was first needed when each Python module was split into an interface module with the init function, and an implementation library containing the Python.cxx
files (see 989050fa). For the modern wrappers, the InitImpl.cxx
file can be folded into the Init.cxx
file.
Edited by David Gobbi