From 6e0f3247e149f83c776425476267d75ccfdf9ed3 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 4 Oct 2013 12:48:03 -0700 Subject: [PATCH] Adding Bottle to third_party --- .gitmodules | 3 +++ third_party/bottle | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/bottle 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