neo4j-contrib / neo4j-guides

Tooling to create Neo4j Browser Guides from AsciiDoc Content
33 stars 30 forks source link

Make web server python 3 compatible #6

Closed dhimmel closed 8 years ago

dhimmel commented 8 years ago

Rename http.py to http-server.py since http.py caused import issues in python 3, where there is a built in http module.

jexp commented 8 years ago

Is it still Python 2 compatible

dhimmel commented 8 years ago

Is it still Python 2 compatible

Yes, I verified that the server runs on both 2.7 and 3.5.