diff -r 16a1925df2df -r eb1f7b06001f annot-server/webapp/__init__.py --- a/annot-server/webapp/__init__.py Tue Oct 14 08:12:54 2014 +0200 +++ b/annot-server/webapp/__init__.py Wed Oct 15 13:09:47 2014 +0200 @@ -17,3 +17,4 @@ app.config.from_object(config) import webapp.views +import webapp.api