spanner/_99_spanner.py.example
lawrancejing d2c6bc64cd Use _99_spanner.py.example
Change-Id: I066239f0eb380350e411368d8f4eddf7722fc252
2015-12-15 03:23:05 +00:00

14 lines
271 B
Plaintext

from spanner import exceptions
DASHBOARD = 'operations'
ADD_INSTALLED_APPS = [
'spanner.operations'
]
DEFAULT = True
ADD_EXCEPTIONS = {
'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED,
}