]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP1827055 Remove Python libs, install bits, and docs
authorBill Erickson <berickxx@gmail.com>
Mon, 26 Oct 2020 15:27:00 +0000 (11:27 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 9 Feb 2021 18:47:38 +0000 (13:47 -0500)
commit264958bab013ef7ade04383b4103faa43662cd2a
tree35a23f10d8a632a27c86dd21474c9291a5266868
parentb459fffcfc5c15835c6565f926bcecbdf54d8fa7
LP1827055 Remove Python libs, install bits, and docs

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
36 files changed:
Makefile.am
README
bin/opensrf-perl.pl.in
bin/osrf_config.in
configure.ac
examples/math_client.py.in [deleted file]
examples/simple_text.py.in [deleted file]
src/Makefile.am
src/extras/Makefile.install
src/python/Makefile.am [deleted file]
src/python/opensrf.py.in [deleted file]
src/python/osrf/__init__.py [deleted file]
src/python/osrf/app.py [deleted file]
src/python/osrf/apps/__init__.py [deleted file]
src/python/osrf/apps/example.py [deleted file]
src/python/osrf/cache.py [deleted file]
src/python/osrf/conf.py [deleted file]
src/python/osrf/const.py [deleted file]
src/python/osrf/ex.py [deleted file]
src/python/osrf/gateway.py [deleted file]
src/python/osrf/http_translator.py [deleted file]
src/python/osrf/json.py [deleted file]
src/python/osrf/log.py [deleted file]
src/python/osrf/net.py [deleted file]
src/python/osrf/net_obj.py [deleted file]
src/python/osrf/server.py [deleted file]
src/python/osrf/ses.py [deleted file]
src/python/osrf/set.py [deleted file]
src/python/osrf/stack.py [deleted file]
src/python/osrf/system.py [deleted file]
src/python/osrf/xml_obj.py [deleted file]
src/python/setup.py [deleted file]
src/python/srfsh.py [deleted file]
src/python/tests/json_test.py [deleted file]
src/python/tests/net_obj_test.py [deleted file]
src/python/tests/test_coverage.py [deleted file]