This would just be a style improvement. It would change usage from this:
assetman_settings = assetman.settings.Settings.load(settings.get("assetman_config"))
to this:
assetman_settings = assetman.settings.load(settings.get("assetman_config"))
I think that would be better.