Fixes for the unit test __all__ list checking for the lib package for the Mac OS X application.
For some reason the py2app extension which creates the app merges the Python installation directory
Resources/lib/python2.7 and the relax lib package into Resources/lib. Now 'python2.7' is
blacklisted when checking the lib package so that the parasitic Python install location is ignored.