comparison pylons_app/lib/app_globals.py @ 113:b6e219f3a58d

removed ununsed imports
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Apr 2010 01:56:11 +0200
parents f7c403e89d5b
children ea893ffb7f00
comparison
equal deleted inserted replaced
112:f7c403e89d5b 113:b6e219f3a58d
1 """The application's Globals object""" 1 """The application's Globals object"""
2 #uncomment the following if you want to serve a single repo 2
3 #from mercurial.hgweb.hgweb_mod import hgweb
4 import os
5 from beaker.cache import CacheManager 3 from beaker.cache import CacheManager
6 from beaker.util import parse_cache_config_options 4 from beaker.util import parse_cache_config_options
7 from pylons_app.lib.utils import make_ui 5 from pylons_app.lib.utils import make_ui
8 6
9 class Globals(object): 7 class Globals(object):