------------------
* Don't complain if the site root has no Acquisition parent.
[davisagli]
* Removed zope.site dependency. Using Zope 2.12 it is an indirect dependency
and using Zope 2.13 or later it is no longer required.
[yuppie]
* Ensure that the PersistentComponents has no aquisition wrapper before passing
to the superclass, to allow the caching of component roots in zope.interface
to make a weakref to this root.
[MatthewWilkes]