Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created October 12, 2015 21:22
Show Gist options
  • Save michaelrice/ab0e47bdb8e24b6dae30 to your computer and use it in GitHub Desktop.
Save michaelrice/ab0e47bdb8e24b6dae30 to your computer and use it in GitHub Desktop.
formatter_provider_plugin = __import__(
pigs_config.FORMATTER_PROVIDER_PLUGIN["namespace"],
pigs_config.FORMATTER_PROVIDER_PLUGIN["class"]
)
del klass
klass = getattr(
formatter_provider_plugin,
pigs_config.FORMATTER_PROVIDER_PLUGIN["class"]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment