Show More
@@ -44,7 +44,7 b' class DisplayFormatter(Configurable):' | |||
|
44 | 44 | |
|
45 | 45 | # A dict of formatter whose keys are format types (MIME types) and whose |
|
46 | 46 | # values are subclasses of BaseFormatter. |
|
47 |
formatters = Dict( |
|
|
47 | formatters = Dict() | |
|
48 | 48 | def _formatters_default(self): |
|
49 | 49 | """Activate the default formatters.""" |
|
50 | 50 | formatter_classes = [ |
General Comments 0
You need to be logged in to leave comments.
Login now