Indent errors

This commit is contained in:
Marcus Stoegbauer 2013-01-12 22:06:31 +00:00
parent 74d3d8f1bb
commit 30785db477

View File

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