Minor fix of a function signature

This commit is contained in:
Florent Le Coz 2014-07-30 17:20:20 +02:00
parent b0accad5c0
commit 3510e8f5fa

View file

@ -65,9 +65,8 @@ class Config(RawConfigParser):
return default
return res
def get_by_tabname(
self, option, default, tabname,
fallback=True, fallback_server=True):
def get_by_tabname(self, option, default, tabname, fallback=True,
fallback_server=True):
"""
Try to get the value for the option. First we look in
a section named `tabname`, if the option is not present