Closed bcdonovan closed 8 years ago
I'm not following why you had to back away from common registration in that last commit. Why does it fail?
Putting the registration into common code took the registration of the plugin classes into the "plugin" namespace rather then the "AWG" or "Sweeps" name space. This broke a bunch of imports in the tests.
I could probably pass the global dictionary for each name space but this might get hard to follow in the future.
Got it. LGTM
Adds support for sweep plugins.