fixed readconf parameter that was broken with a previous merge

This commit is contained in:
John Dickinson 2010-10-08 13:40:51 -05:00
parent f3397977d3
commit 0c5e34e9a1

View File

@ -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