Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(BKR-953) Stop including the dsl at the top level
To reload the beaker dsl after adding modules to it, beaker-pe had just included the module into the top level namespace. This resulted in errors loading in other libraries not expecting the dsl to be loaded at the top level. This commit changes that inclusion mechanism to be safe from namespace collisions.
- Loading branch information