Changeset - b6e219f3a58d
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-04-28 01:56:11
marcin@python-works.com
removed ununsed imports
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pylons_app/lib/app_globals.py
Show inline comments
 
"""The application's Globals object"""
 
#uncomment the following if you want to serve a single repo
 
#from mercurial.hgweb.hgweb_mod import hgweb
 
import os
 

	
 
from beaker.cache import CacheManager
 
from beaker.util import parse_cache_config_options
 
from pylons_app.lib.utils import make_ui
0 comments (0 inline, 0 general)