[open-ils-commits] r19822 - trunk/Open-ILS/src/python/oils (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Mar 19 01:48:05 EDT 2011


Author: dbs
Date: 2011-03-19 01:48:01 -0400 (Sat, 19 Mar 2011)
New Revision: 19822

Modified:
   trunk/Open-ILS/src/python/oils/const.py
Log:
A docstring and spaces for Evergreen constants in const.py


Modified: trunk/Open-ILS/src/python/oils/const.py
===================================================================
--- trunk/Open-ILS/src/python/oils/const.py	2011-03-19 05:34:22 UTC (rev 19821)
+++ trunk/Open-ILS/src/python/oils/const.py	2011-03-19 05:48:01 UTC (rev 19822)
@@ -1,3 +1,8 @@
+"""
+Defines Evergreen constants, including namespaces, events, and services
+
+The OILS prefix derives from Evergreen's old working title, Open-ILS.
+"""
 # -----------------------------------------------------------------------
 # Copyright (C) 2007  Georgia Public Library Service
 # Bill Erickson <erickson at esilibrary.com>
@@ -13,17 +18,15 @@
 # GNU General Public License for more details.
 # -----------------------------------------------------------------------
 
+OILS_NS_OBJ = 'http://open-ils.org/spec/opensrf/IDL/objects/v1'
+OILS_NS_PERSIST = 'http://open-ils.org/spec/opensrf/IDL/persistence/v1'
+OILS_NS_REPORTER = 'http://open-ils.org/spec/opensrf/IDL/reporter/v1'
 
-OILS_NS_OBJ='http://open-ils.org/spec/opensrf/IDL/objects/v1'
-OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistence/v1'
-OILS_NS_REPORTER='http://open-ils.org/spec/opensrf/IDL/reporter/v1'
-
-
 OILS_EVENT_SUCCESS = 'SUCCESS'
 
 OILS_APP_AUTH = 'open-ils.auth'
 OILS_APP_CIRC = 'open-ils.circ'
-OILS_APP_CSTORE='open-ils.cstore'
-OILS_APP_SEARCH='open-ils.search'
-OILS_APP_ACQ='open-ils.acq'
-OILS_APP_ACTOR='open-ils.actor'
+OILS_APP_CSTORE = 'open-ils.cstore'
+OILS_APP_SEARCH = 'open-ils.search'
+OILS_APP_ACQ = 'open-ils.acq'
+OILS_APP_ACTOR = 'open-ils.actor'



More information about the open-ils-commits mailing list