diff --git a/rhodecode/lib/app_globals.py b/rhodecode/lib/app_globals.py --- a/rhodecode/lib/app_globals.py +++ b/rhodecode/lib/app_globals.py @@ -3,6 +3,7 @@ from beaker.cache import CacheManager from beaker.util import parse_cache_config_options + class Globals(object): """Globals acts as a container for objects available throughout the life of the application