Mercurial > public > src > rhodecode
changeset 113:b6e219f3a58d
removed ununsed imports
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 28 Apr 2010 01:56:11 +0200 |
parents | f7c403e89d5b |
children | cc5cf1a93902 |
files | pylons_app/lib/app_globals.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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