mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Consistency in registry load #15

Open britram opened 8 years ago

britram commented 8 years ago

component.py does a registry load on initialization. client.py doesn't.

Make a consistent choice - should this happen automagically within component/client? Is it the framework's responsibility? Probably not, and probably -- there should be a "config" module for handling common configuration file stuff, and registry preload should happen there.

Fixing this bug will break clients, which have to do this on their own now.