Disabling all add-ons on exit could raise exceptions when `sys.modules` contained modules that ran logic in their `__getattr__` function. Resolve by accessing the modules name-space directly, bypassing the `__getattr__` function.