Browse Source

Keep lowercase configuration

Ask Solem 12 years ago
parent
commit
24b0bb388a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/loaders/default.py

+ 1 - 1
celery/loaders/default.py

@@ -75,4 +75,4 @@ class Loader(BaseLoader):
             return self.setup_settings(usercfg)
 
     def wanted_module_item(self, item):
-        return item[0].isupper() and not item.startswith('_')
+        return not item.startswith('_')