nicolewhite / neo4j-flask

Flaskr Extended with Neo4j and Py2neo.
http://nicolewhite.github.io/neo4j-flask/
312 stars 114 forks source link

Typo in import #8

Closed bodolsog closed 8 years ago

bodolsog commented 8 years ago

Add dot to 'import .model' (was 'import model'). Without dot this isn't working in python 3.5

nicolewhite commented 8 years ago

Thanks!