aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/app.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-06-12 17:27:37 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-06-12 17:27:37 -0500
commit6e7ce8d1af8c6fcf7d00992b1c8ef0e8c1602479 (patch)
treedc558daff165dff54b9ae65e033ff1e949e8418d /mediagoblin/app.py
parentda579dec005834f92fb7d968e14610be9936d9a5 (diff)
downloadmediagoblin-6e7ce8d1af8c6fcf7d00992b1c8ef0e8c1602479.tar.lz
mediagoblin-6e7ce8d1af8c6fcf7d00992b1c8ef0e8c1602479.tar.xz
mediagoblin-6e7ce8d1af8c6fcf7d00992b1c8ef0e8c1602479.zip
mediagoblin.globals->mediagoblin.mg_globals
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r--mediagoblin/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py
index 5d594039..a1c6b512 100644
--- a/mediagoblin/app.py
+++ b/mediagoblin/app.py
@@ -23,7 +23,7 @@ from webob import Request, exc
from mediagoblin import routing, util, storage, staticdirect
from mediagoblin.db.open import setup_connection_and_db_from_config
-from mediagoblin.globals import setup_globals
+from mediagoblin.mg_globals import setup_globals
from mediagoblin.celery_setup import setup_celery_from_config
from mediagoblin.workbench import WorkbenchManager, DEFAULT_WORKBENCH_DIR