QtSiteConfig.py
Individual members of Qt.py may now be customised via an additional module called `QtSiteConfig.py`. For example, one could remove `QtCore` if for whatever reason it shouldn't be used at all, or add site-specific modules like [`Qsci`](http://pyqt.sourceforge.net/Docs/QScintilla2/).
- [Documentation](https://github.com/mottosso/Qt.pyqtsiteconfigpy)
- [Original pull-request](https://github.com/mottosso/Qt.py/pull/207)
Thanks to MHendricks for this feature!