ó
ëiOc           @   s  d  Z  d d l m Z d d l m Z d d l Z d d l m Z d d l m Z m	 Z	 e   Z
 g  e
 _ e e
 _ d e
 _ e
 j j d  e
 j j d  e e
 _ e j e
 _ e j j e
 _ d e
 _ e   e
 _ e j e
 j _ d	 e
 j _ d
 e
 j _ d e
 j _ e e
 _ d   Z e
 j j e  d d l Z d d l Z e j  j! e j  j" e j  j" e j  j" e#    d  e j$ _% d S(   s  
Global configuration file for TG2-specific settings in Monkey.

This file complements development/deployment.ini.

Please note that **all the argument values are strings**. If you want to
convert them into boolean, for example, you should use the
:func:`paste.deploy.converters.asbool` function, as in::
    
    from paste.deploy.converters import asbool
    setting = asbool(global_conf.get('the_setting'))
 
i˙˙˙˙(   t	   AppConfig(   t   BunchN(   t   model(   t   app_globalst   helperst   genshit   makot   tmhijvhkpdpwmhuvs   /post_logins   /post_logoutc          C   s   d d l  m }  |  j   d  S(   Ni˙˙˙˙(   t
   turbogears(   t   bazkiR   t   init(   t   baztg(    (    sU   /afs/athena.mit.edu/activity/s/sca/Scripts/turbogears/Monkey/monkey/config/app_cfg.pyR
   8   s    t
   repository(&   t   __doc__t   tg.configurationR    t   tg.utilR   t   monkeyR   t
   monkey.libR   R   t   base_configt	   rendererst   packaget   default_renderert   appendt   Truet   use_sqlalchemyt	   DBSessiont   Nonet   auth_backendt   baz_autht	   dbsessiont   cookie_secrett   post_login_urlt   post_logout_urlt   Falset   use_transaction_managerR
   t   call_on_startupt   ost   bazsvn.customt   bazsvnt   patht   joint   dirnamet   __file__t   customt
   REPOSITORY(    (    (    sU   /afs/athena.mit.edu/activity/s/sca/Scripts/turbogears/Monkey/monkey/config/app_cfg.pyt   <module>   s4   								