From 0c5e34e9a19c7f4b6e2504ad61b12f028790cebb Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 8 Oct 2010 13:40:51 -0500 Subject: [PATCH] fixed readconf parameter that was broken with a previous merge --- swift/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/utils.py b/swift/common/utils.py index de60e38f14..f8feb73968 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -553,7 +553,7 @@ def cache_from_env(env): return item_from_env(env, 'swift.cache') -def readconf(conf, section_name, log_name=None, defaults=None): +def readconf(conf, section_name=None, log_name=None, defaults=None): """ Read config file and return config items as a dict