Skip to content

Commit

Permalink
Expose milestones in main namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 22, 2016
1 parent f247061 commit 272902b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"""

from tg.request_local import app_globals, request, response, tmpl_context, session, cache, translator
from tg.configuration import config, AppConfig
from tg.configuration import config, AppConfig, milestones
from tg.wsgiapp import TGApp
from tg.controllers import TGController, RestController, redirect, url, lurl, abort
from tg.release import version
Expand All @@ -76,4 +76,4 @@
'require', 'response', 'session', 'TGApp', 'TGController', 'tmpl_context',
'use_wsgi_app', 'validate', 'i18n','json_encode', 'cache', 'url', 'lurl',
'dispatched_controller', 'use_custom_format', 'with_engine', 'render_template',
'Request', 'Response', 'cached', 'decode_params']
'Request', 'Response', 'cached', 'decode_params', 'milestones']

0 comments on commit 272902b

Please sign in to comment.