Remove class that was only useful with Sphinx autodoc

This commit is contained in:
Éric Araujo 2011-08-19 00:53:04 +02:00
parent 020340f284
commit 55b9fe232d

View file

@ -182,14 +182,6 @@ _UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description')
_MISSING = object()
class NoDefault:
"""Marker object used for clean representation"""
def __repr__(self):
return '<NoDefault>'
_MISSING = NoDefault()
class Metadata:
"""The metadata of a release.