aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/mg_globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/mg_globals.py')
-rw-r--r--mediagoblin/mg_globals.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/mediagoblin/mg_globals.py b/mediagoblin/mg_globals.py
index 646fbdbd..8c7c64c2 100644
--- a/mediagoblin/mg_globals.py
+++ b/mediagoblin/mg_globals.py
@@ -26,10 +26,7 @@ import threading
# General mediagoblin globals
#############################
-# mongokit.Connection
-db_connection = None
-
-# mongokit.Connection
+# SQL database engine
database = None
# beaker's cache manager
@@ -45,8 +42,6 @@ workbench_manager = None
# A thread-local scope
thread_scope = threading.local()
-# a list of translated locales
-available_locales = None
# gettext (this will be populated on demand with gettext.Translations)
thread_scope.translations = None