]> git.evergreen-ils.org Git - OpenSRF.git/commit
implemented the majority of server-side python. still need to add settings server...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 29 Mar 2008 23:55:34 +0000 (23:55 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 29 Mar 2008 23:55:34 +0000 (23:55 +0000)
commit46faabe51f946f5ac208826df6a9685ede15e3a8
tree5f6fddf4c886a57b12b2082d7a05e3eb46ae4022
parent06ca07b5492f0d81b5506c537a24079ed1e4a8c0
implemented the majority of server-side python.  still need to add settings server parsing and other stuff i have probably overlooked

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1292 9efc2488-bf62-4759-914b-345cdb29e865
src/python/opensrf.py [new file with mode: 0755]
src/python/osrf/app.py [new file with mode: 0644]
src/python/osrf/apps/__init__.py [new file with mode: 0644]
src/python/osrf/apps/example.py [new file with mode: 0644]
src/python/osrf/conf.py
src/python/osrf/json.py
src/python/osrf/net.py
src/python/osrf/server.py
src/python/osrf/ses.py
src/python/osrf/stack.py