]> ToastFreeware Gitweb - philipp/winterrodeln/wrfeed.git/blobdiff - wrfeed/lib/app_globals.py
Remove unused files.
[philipp/winterrodeln/wrfeed.git] / wrfeed / lib / app_globals.py
diff --git a/wrfeed/lib/app_globals.py b/wrfeed/lib/app_globals.py
deleted file mode 100644 (file)
index 2366bba..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-"""The application's Globals object"""
-
-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
-
-    """
-
-    def __init__(self, config):
-        """One instance of Globals is created during application
-        initialization and is available during requests via the
-        'app_globals' variable
-
-        """
-        self.cache = CacheManager(**parse_cache_config_options(config))