ó
mMJc           @   s)   d  Z  d g Z d e f d „  ƒ  YZ d S(   s    The application's Globals objectt   Globalsc           B   s   e  Z d  Z d „  Z RS(   sÜ   Container for objects available throughout the life of the application.

    One instance of Globals is created during application initialization and
    is available during requests via the 'app_globals' variable.

    c         C   s   d S(   s   Do nothing, by default.N(    (   t   self(    (    sV   /afs/athena.mit.edu/activity/s/sca/Scripts/turbogears/Monkey/monkey/lib/app_globals.pyt   __init__   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    sV   /afs/athena.mit.edu/activity/s/sca/Scripts/turbogears/Monkey/monkey/lib/app_globals.pyR       s   N(   R   t   __all__t   objectR    (    (    (    sV   /afs/athena.mit.edu/activity/s/sca/Scripts/turbogears/Monkey/monkey/lib/app_globals.pyt   <module>   s   	