Removing "paste config" phrasing where we're no longer using paste's config
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 16:39:35 +0000 (11:39 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Jun 2011 16:39:35 +0000 (11:39 -0500)
mediagoblin/celery_setup/__init__.py

index e9195ab2513a1111f262375abc621c4864e286a6..b6e35e9903d4d316006b6f094158a47fcde92fb7 100644 (file)
@@ -28,12 +28,12 @@ def setup_celery_from_config(app_config, global_config,
                              force_celery_always_eager=False,
                              set_environ=True):
     """
-    Take a mediagoblin app config and the global config from a paste
-    factory and try to set up a celery settings module from this.
+    Take a mediagoblin app config and try to set up a celery settings
+    module from this.
 
     Args:
     - app_config: the application config section
-    - global_config: the entire paste config, all sections
+    - global_config: the entire ConfigObj loaded config, all sections
     - settings_module: the module to populate, as a string
     - force_celery_always_eager: whether or not to force celery into
       always eager mode; good for development and small installs