From d19415c9f00b709617b970f4eb7e87c3bf11aa91 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 22 Mar 2011 20:05:28 +0000 Subject: [PATCH] Include syrup.py for the settings, and move into a subdirectory git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1275 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/{ => python-sample}/osrf_gateway_request.py | 0 tools/python-sample/syrup.py | 7 +++++++ 2 files changed, 7 insertions(+) rename tools/{ => python-sample}/osrf_gateway_request.py (100%) create mode 100644 tools/python-sample/syrup.py diff --git a/tools/osrf_gateway_request.py b/tools/python-sample/osrf_gateway_request.py similarity index 100% rename from tools/osrf_gateway_request.py rename to tools/python-sample/osrf_gateway_request.py diff --git a/tools/python-sample/syrup.py b/tools/python-sample/syrup.py new file mode 100644 index 0000000000..c7c88fdeb4 --- /dev/null +++ b/tools/python-sample/syrup.py @@ -0,0 +1,7 @@ +OSRF_HOST = 'windsor.concat.ca' + +# http or https +OSRF_HTTP = 'http' + +IDL_URL = '/reports/fm_IDL.xml' +GATEWAY_URL = 'osrf-gateway-v1' -- 2.11.0