-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support empy4 and empy3 #921
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
try: | ||
from em import Configuration | ||
em_has_configuration = True | ||
except ImportError: | ||
em_has_configuration = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks totally reasonable to me (though I'm the one who suggested it, so that's not surprising).
Before approving this, I'd like to get @cottsay 's take on this pattern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with green CI
friendly ping @cottsay |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me with green CI.
No description provided.