Skip to content
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

Check chardet availability before using it #8

Merged
merged 1 commit into from
Sep 29, 2014

Conversation

dgilm
Copy link
Contributor

@dgilm dgilm commented Sep 29, 2014

The use of chardet python library is quite useful in order to detect character encodings, but it's not installed in all systems by default. So, it's a good practice to check its availability before using it.

This pull request enhances #7

The use of chardet python library is quite useful in order to detect character encodings, but it's not installed in all systems by default. So, it's a good practice to check its availability before using it.

This pull request enhances shinken-monitoring#7
olivierHa added a commit that referenced this pull request Sep 29, 2014
Check chardet availability before using it
@olivierHa olivierHa merged commit 624b822 into shinken-monitoring:master Sep 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants