API.bootstrap() now calls Env._finalize_core(); updated unit tests

This commit is contained in:
Jason Gerard DeRose
2008-10-27 15:36:41 -06:00
parent e6254026fe
commit bb9691099b
3 changed files with 15 additions and 2 deletions

View File

@@ -737,6 +737,7 @@ class API(DictProxy):
"""
self.__doing('bootstrap')
self.env._bootstrap(**overrides)
self.env._finalize_core(**dict(constants.DEFAULT_CONFIG))
def load_plugins(self, dry_run=False):
"""