debian/lib/python/debian_linux/config.py: Fix.

svn path=/dists/trunk/linux-2.6/; revision=10162
This commit is contained in:
Bastian Blank 2008-01-21 20:23:22 +00:00
parent 4cce731960
commit 466164eac3
1 changed files with 0 additions and 3 deletions

View File

@ -212,9 +212,6 @@ class ConfigParser(object):
def __init__(self, data):
super(ConfigParser.Section, self).__init__(data)
def __str__(self):
return '<%s(%s)>' % (self.__class__.__name__, self._data)
class SectionSchema(Section):
__slots__ = ()