Skip to content

Support for Python 3 #12

@vasekch

Description

@vasekch

Hi, initially thank you for the great solution.
It would be great to implement this for Python 3 as well.

First issue when executed with Python 3 is BaseHTPServer -> http.server difference:

Traceback (most recent call last):
  File "./snow-grafana-proxy.py", line 9, in <module>
    from BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer
ImportError: No module named 'BaseHTTPServer'

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions