Created
October 12, 2015 21:22
-
-
Save michaelrice/ab0e47bdb8e24b6dae30 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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