]> git.cworth.org Git - turbot/commit
Move top-level flask app from turbot/turbot.py to turbot_flask/turbot.py
authorCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 20:59:19 +0000 (13:59 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 21:06:59 +0000 (14:06 -0700)
commit13839f9cacfd7aaa389bf6983c5e9b98beead6af
tree4ea1910824a6e591d28974c8d16fdec2579527ef
parent06dd63c8d89e54447486ec219bb5ffbf4cb6f958
Move top-level flask app from turbot/turbot.py to turbot_flask/turbot.py

This is a first baby step toward teasing apart true "library" code in
turbot, (which can be shared by both the Lambda and Flask
implementations), from code that is Flask-specific.

(For symmetry, the lambda directory is renamed turbot_lambda here as well.)
Makefile
lambda/lambda_function.py [deleted file]
turbot.wsgi.in
turbot/turbot.py [deleted file]
turbot_flask/__init__.py [new file with mode: 0644]
turbot_flask/turbot.py [new file with mode: 0644]
turbot_lambda/lambda_function.py [new file with mode: 0644]