]>
gitweb.michael.orlitzky.com - dead/census-tools.git/blob - maps/maps/lib/app_globals.py
1 """The application's Globals object"""
5 """Globals acts as a container for objects available throughout the
6 life of the application
11 """One instance of Globals is created during application
12 initialization and is available during requests via the
13 'app_globals' variable