From c1275fded67de7b068ee5e32ef948608f87b8604 Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Fri, 7 Jul 2017 04:24:46 +0530 Subject: [PATCH] tools: Add README.md file to explain this directory. tools/server_lib contains files copied as-is, or with minor modifications, from the zulip/zulip repository when the api code was split into this separate repository. --- tools/server_lib/README.md | 10 ++++++++++ tools/server_lib/__init__.py | 0 2 files changed, 10 insertions(+) create mode 100644 tools/server_lib/README.md create mode 100644 tools/server_lib/__init__.py diff --git a/tools/server_lib/README.md b/tools/server_lib/README.md new file mode 100644 index 0000000..46daf96 --- /dev/null +++ b/tools/server_lib/README.md @@ -0,0 +1,10 @@ +# Server Lib + +This directory contains file copied as is from the [zulip server repository](https://github.com/zulip/zulip) as they were on the commit `343cb20d570a8f5c1f5b6e6842058b294a376593`. + +## List of copied files + +Any changes made to these files have been marked using git's conflict markers in the files. + +1. `lister.py` <- `zulip/tools/lister.py` - No changes +2. `printer.py` <- `zulip/tools/linter_lib/printer.py` - Minor changes diff --git a/tools/server_lib/__init__.py b/tools/server_lib/__init__.py new file mode 100644 index 0000000..e69de29