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

Fix python3 compatibility problems #49

Merged
merged 1 commit into from
Aug 12, 2016
Merged

Fix python3 compatibility problems #49

merged 1 commit into from
Aug 12, 2016

Conversation

jacekn
Copy link

@jacekn jacekn commented Aug 12, 2016

Fixed a few python3 compatibility problems

from BaseHTTPServer import BaseHTTPRequestHandler
from BaseHTTPServer import HTTPServer
from SocketServer import ForkingMixIn
except ImportError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment here that this is for Python 3 would be useful

@jacekn
Copy link
Author

jacekn commented Aug 12, 2016

Comment added

@brian-brazil brian-brazil merged commit f7a8215 into prometheus:master Aug 12, 2016
@brian-brazil
Copy link
Contributor

Thanks!

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