##// END OF EJS Templates
initial commit.
initial commit.

File last commit:

r0:564e4082 default
r0:564e4082 default
Show More
app_globals.py
15 lines | 371 B | text/x-python | PythonLexer
"""The application's Globals object"""
class Globals(object):
"""Globals acts as a container for objects available throughout the
life of the application
"""
def __init__(self):
"""One instance of Globals is created during application
initialization and is available during requests via the
'app_globals' variable
"""