diff --git a/.gitmodules b/.gitmodules index feae5bb5..f94366c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "third_party/waitress"] path = third_party/waitress url = https://github.com/Pylons/waitress +[submodule "third_party/bottle"] + path = third_party/bottle + url = https://github.com/defnull/bottle diff --git a/third_party/bottle b/third_party/bottle new file mode 160000 index 00000000..154369b2 --- /dev/null +++ b/third_party/bottle @@ -0,0 +1 @@ +Subproject commit 154369b2b9f7393ca9d3d73de7e046e2342cf00a