]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/python/oils/const.py
added some event handling utility code and app name constants
[Evergreen.git] / Open-ILS / src / python / oils / const.py
1 # -----------------------------------------------------------------------
2 # Copyright (C) 2007  Georgia Public Library Service
3 # Bill Erickson <billserickson@gmail.com>
4
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 # -----------------------------------------------------------------------
15
16
17 OILS_NS_OBJ='http://open-ils.org/spec/opensrf/IDL/objects/v1'
18 OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistence/v1'
19 OILS_NS_REPORTER='http://open-ils.org/spec/opensrf/IDL/reporter/v1'
20
21
22 OILS_EVENT_SUCCESS = 'SUCCESS'
23
24 OILS_APP_AUTH = 'open-ils.auth'
25 OILS_APP_CIRC = 'open-ils.circ'
26 OILS_APP_CSTORE='open-ils.cstore'