Returns true if the given section exists.
Definition at line 189 of file utils.py.
00189 : """Returns true if the given section exists.""" return self.sections.has_key(name) def load (self, filename):