]> git.evergreen-ils.org Git - OpenSRF.git/commit
I started adding some basic bootstrap options looking ahead to server-side python.
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 15 Jan 2008 23:24:31 +0000 (23:24 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 15 Jan 2008 23:24:31 +0000 (23:24 +0000)
commit25d3d746cb7fdf809044a9a3d826fde9ea1bc599
treed04ff8c6c2577a7d5e2b18b1dc88337a7ad36022
parente4c9a957aed9bd0b64b20cbcf40e360c3da0199a
I started adding some basic bootstrap options looking ahead to server-side python.
This resulted in a small set of code cleanup including:
    move from camelCase to lower_under for method names
    move from global variables to class-level static variables
    move from global functions to class-level static functions

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1219 9efc2488-bf62-4759-914b-345cdb29e865
src/python/osrf/conf.py
src/python/osrf/net.py
src/python/osrf/net_obj.py
src/python/osrf/ses.py
src/python/osrf/set.py
src/python/osrf/system.py
src/python/srfsh.py