From d7904a7eb16d861ecd9a0b8f6ff473a59a1acf2c Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Fri, 4 Oct 2013 12:45:02 -0700 Subject: [PATCH] Adding the Waitress webserver to third_party --- .gitmodules | 3 +++ third_party/waitress | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/waitress diff --git a/.gitmodules b/.gitmodules index ad2f1a83..feae5bb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "third_party/requests"] path = third_party/requests url = https://github.com/kennethreitz/requests +[submodule "third_party/waitress"] + path = third_party/waitress + url = https://github.com/Pylons/waitress diff --git a/third_party/waitress b/third_party/waitress new file mode 160000 index 00000000..c957f1d7 --- /dev/null +++ b/third_party/waitress @@ -0,0 +1 @@ +Subproject commit c957f1d70ab82ba15ce0dce8fca7cf70fe2f2b97