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.
This commit is contained in:
Rohitt Vashishtha 2017-07-07 04:24:46 +05:30 committed by showell
parent 677ff7f0ae
commit c1275fded6
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file