# HG changeset patch # User Marcin Kuzminski # Date 1272412571 -7200 # Node ID b6e219f3a58d61d363e3cb5b62463809b410c27f # Parent f7c403e89d5bfd4b8da5b42ca2aa6a860f170984 removed ununsed imports diff -r f7c403e89d5b -r b6e219f3a58d pylons_app/lib/app_globals.py --- a/pylons_app/lib/app_globals.py Wed Apr 28 01:55:34 2010 +0200 +++ b/pylons_app/lib/app_globals.py Wed Apr 28 01:56:11 2010 +0200 @@ -1,7 +1,5 @@ """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