Indent errors
This commit is contained in:
parent
74d3d8f1bb
commit
30785db477
@ -56,9 +56,9 @@ class Conf(object):
|
|||||||
# if not cfgfile
|
# if not cfgfile
|
||||||
return self.confobj.items(section)
|
return self.confobj.items(section)
|
||||||
# def getitems
|
# def getitems
|
||||||
# class Conf
|
|
||||||
|
|
||||||
|
|
||||||
def check(self, section, option):
|
def check(self, section, option):
|
||||||
"""checks for option in section"""
|
"""checks for option in section"""
|
||||||
return self.confobj.has_option(section, option)
|
return self.confobj.has_option(section, option)
|
||||||
|
# def check
|
||||||
|
# class Conf
|
Loading…
Reference in New Issue
Block a user