Changeset 5158

Show
Ignore:
Timestamp:
08/19/08 09:37:54 (5 months ago)
Author:
mramm
Message:

Changing the name of the configuration module from 'config' to 'configuration' and putting the proper 'config' object in the tg namespace.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/__init__.py

    r5129 r5158  
    5353from tg.wsgiapp import TGApp 
    5454from tg.controllers import TGController, redirect, url, use_wsgi_app 
     55from tg.configuration import config 
    5556from tg.decorators import validate, expose, override_template 
    5657from tg.flash import flash, get_flash, get_status